chore: remove unused MCP server from API package #3
Reference in New Issue
Block a user
Delete Branch "far-134/remove-mcp-server"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
apps/api/src/mcp/server.ts— fully implemented but never wired into the API entry point (index.ts). Dead code.mcpPortfromConfiginterface and env parsing inconfig.ts@modelcontextprotocol/sdkdependency fromapps/api/package.jsonThe REST API + Paperclip skill provides sufficient surface area. No MCP server needed.
Test plan
pnpm run checkpasses across all packagesstartMcpServeror MCP SDK in API sourceView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.