refactor: Convert MCP server implementation from Python to TypeScript.
This commit is contained in:
@@ -8,7 +8,7 @@ The system SHALL provide an MCP (Model Context Protocol) server that exposes mem
|
||||
|
||||
#### Scenario: MCP server starts successfully
|
||||
- **GIVEN** the GraphQL API is running at http://127.0.0.1:8000/graphql
|
||||
- **WHEN** the MCP server is started with `python -m src.mcp_server`
|
||||
- **WHEN** the MCP server is started with `node dist/mcp_server.js` (after building)
|
||||
- **THEN** the server SHALL initialize and listen for MCP protocol requests via stdio transport
|
||||
|
||||
#### Scenario: MCP server connects to GraphQL API
|
||||
|
||||
Reference in New Issue
Block a user