LearnNewsExamplesServices
Frontmatter
id7425
titleMCP Config: Align Knowledge Server Port and Health Check
stateClosed
labels
documentationenhancementai
assigneestobiu
createdAtOct 9, 2025, 12:25 PM
updatedAtOct 9, 2025, 12:28 PM
githubUrlhttps://github.com/neomjs/neo/issues/7425
authortobiu
commentsCount0
parentIssue7399
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 9, 2025, 12:28 PM

MCP Config: Align Knowledge Server Port and Health Check

Closed v11.0.0 documentationenhancementai
tobiu
tobiu commented on Oct 9, 2025, 12:25 PM

This ticket documents the correction of the neo-knowledge-base server definition within the .github/mcp-servers.json configuration file.

The initial configuration incorrectly listed the connection port as 3000 and the health check endpoint as /api/health. This was inconsistent with the planned architecture (where ChromaDB runs on port 8000) and with the API conventions established by the neo-memory-core server.

The configuration was updated to:

  • Set the port to 8000.
  • Set the healthCheck.url to http://localhost:8000/api/v2/healthcheck.

This change ensures that the MCP server configuration accurately reflects the intended architecture and maintains consistency across the defined services.

tobiu assigned to @tobiu on Oct 9, 2025, 12:25 PM
tobiu added the documentation label on Oct 9, 2025, 12:25 PM
tobiu added the enhancement label on Oct 9, 2025, 12:25 PM
tobiu added parent issue #7399 on Oct 9, 2025, 12:25 PM
tobiu added the ai label on Oct 9, 2025, 12:25 PM
tobiu referenced in commit 663e2ae - "MCP Config: Align Knowledge Server Port and Health Check #7425" on Oct 9, 2025, 12:27 PM
tobiu closed this issue on Oct 9, 2025, 12:28 PM