Skip to content

Conversation

@jerome3o-anthropic
Copy link
Member

Summary

  • Adds a stdio entrypoint (src/stdio.ts) for running the MCP server locally
  • Adds npm run dev:stdio script for easy local development
  • Enables testing with MCP clients without needing HTTP/Redis infrastructure

Usage

npm run dev:stdio

This is useful for local testing with Claude Code or other MCP clients that support stdio transport.

🤖 Generated with Claude Code

@jerome3o-anthropic jerome3o-anthropic force-pushed the jerome/stdio-entrypoint branch 2 times, most recently from 1d28828 to 7330cfc Compare December 8, 2025 15:50
Enables running the MCP server locally via stdio transport for testing
with MCP clients without needing a full HTTP/Redis setup.

Also fixes import.meta.dirname compatibility issue with tsx by using
fileURLToPath(import.meta.url) instead.

Usage: npm run dev:stdio

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants