Skip to content

feat(mcp): add MCP server with cardholder query tools and CLI integra… #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

devraj
Copy link
Member

@devraj devraj commented Jun 26, 2025

…tion

devraj added 2 commits June 26, 2025 22:28
- Implement dual transport mode (stdio/TCP) for MCP server
- Add StreamableHTTPServerTransport for network accessibility
- Support command-line arguments for host and port configuration
- Update CLI with --host and --port options for TCP mode
- Add comprehensive TCP server documentation and examples
- Create test script for TCP server validation
- Maintain backward compatibility with stdio mode
- Add security considerations and best practices

This enables integration with ChatGPT and other AI services that
require HTTP-based MCP server connections rather than subprocess
spawning. The server can now run on network ports while preserving
the original stdio functionality for traditional MCP clients.

Closes #70
@devraj devraj closed this Jun 26, 2025
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.

1 participant