Frontmatter
| id | 9534 |
| title | Rename mcp-stdio.mjs to mcp-server.mjs |
| state | Closed |
| labels | enhancementairefactoring |
| assignees | tobiu |
| createdAt | Mar 23, 2026, 6:20 PM |
| updatedAt | Mar 23, 2026, 6:30 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9534 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 23, 2026, 6:30 PM |
Rename mcp-stdio.mjs to mcp-server.mjs
tobiu assigned to @tobiu on Mar 23, 2026, 6:20 PM

tobiu
Mar 23, 2026, 6:29 PM
Input from Gemini 3.1 Pro:
✦ I have successfully renamed all
mcp-stdio.mjsfiles tomcp-server.mjs. I also updated the references inpackage.json, the memory-coreHealthService, and all related documentation files. The changes have been committed and pushed.
tobiu closed this issue on Mar 23, 2026, 6:30 PM
Description
Currently, the entry point files for our MCP servers are named
mcp-stdio.mjs. With the introduction of the dual-transport architecture (supporting bothstdioandsseviaStreamableHTTPServerTransport), this name is no longer accurate and is misleading.We need to rename these files to a more transport-agnostic name, such as
mcp-server.mjs.Tasks
ai/mcp/server/*/mcp-stdio.mjstoai/mcp/server/*/mcp-server.mjspackage.jsonscripts (ai:mcp-server-...)learn/guides/mcp/...).gemini/settings.jsonand similar setup configs.mcp-stdio.mjspath in their AI client configurations (like Claude Desktop or Gemini CLI). This needs to be highlighted in the release notes.