chore: remove unused MCP server from API package #3

Open
Hugh Commit wants to merge 1 commits from far-134/remove-mcp-server into main
Member

Summary

  • Deleted apps/api/src/mcp/server.ts — fully implemented but never wired into the API entry point (index.ts). Dead code.
  • Removed mcpPort from Config interface and env parsing in config.ts
  • Removed @modelcontextprotocol/sdk dependency from apps/api/package.json

The REST API + Paperclip skill provides sufficient surface area. No MCP server needed.

Test plan

  • pnpm run check passes across all packages
  • No remaining imports of startMcpServer or MCP SDK in API source
## Summary - Deleted `apps/api/src/mcp/server.ts` — fully implemented but never wired into the API entry point (`index.ts`). Dead code. - Removed `mcpPort` from `Config` interface and env parsing in `config.ts` - Removed `@modelcontextprotocol/sdk` dependency from `apps/api/package.json` The REST API + Paperclip skill provides sufficient surface area. No MCP server needed. ## Test plan - [x] `pnpm run check` passes across all packages - [x] No remaining imports of `startMcpServer` or MCP SDK in API source
Hugh Commit added 1 commit 2026-05-19 10:27:17 +00:00
chore: remove unused MCP server from API package
CI / Type-check & lint (pull_request) Successful in 16s
CI / Build & push API image (pull_request) Has been skipped
CI / Build & push worker image (pull_request) Has been skipped
03e2bc1e11
The MCP server was never wired into the API entry point — dead code.
The REST API + Paperclip skill provides sufficient surface area.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Some checks are pending
CI / Type-check & lint (pull_request) Successful in 16s
CI / Build & push API image (pull_request) Has been skipped
CI / Build & push worker image (pull_request) Has been skipped
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin far-134/remove-mcp-server:far-134/remove-mcp-server
git checkout far-134/remove-mcp-server
Sign in to join this conversation.