Open Issues Need Help
View All on GitHubAI Summary: Remove the `useLocalXmcp` flag and associated logging from the `create-xmcp-app` CLI tool because the build and link script now handles local xmcp development.
The TypeScript MCP framework
AI Summary: Implement a `git.ts` helper function within the `create-xmcp-app` package to initialize a Git repository when creating a new project using the CLI. This involves adding the functionality to automatically run `git init` after the project scaffolding is complete.
The TypeScript MCP framework
AI Summary: Implement a feature in the xmcp TypeScript framework to automatically find and use an available port (starting from 3002) if a port is not explicitly specified in the configuration. This involves adapting existing port-finding logic from a related project (mcp-dos) to the xmcp core framework.
The TypeScript MCP framework
AI Summary: Add a new "Add to Cursor" button to the xmcp framework's server index page, styled according to Cursor's guidelines. This involves modifying the homepage template within the HTTP transport to include the button and ensuring consistent styling.
The TypeScript MCP framework