Skip to content

feat: implement MCP server with 7 tools for project discovery#1

Merged
spideystreet merged 17 commits intomainfrom
feat/mcp-server
Mar 10, 2026
Merged

feat: implement MCP server with 7 tools for project discovery#1
spideystreet merged 17 commits intomainfrom
feat/mcp-server

Conversation

@spideystreet
Copy link
Copy Markdown
Contributor

Summary

  • Scaffold TypeScript MCP server with @modelcontextprotocol/sdk + Zod + Vitest
  • Implement OSTClient HTTP wrapper for the ost-linker REST API
  • Add 7 MCP tools: search_projects, get_project, get_trending, find_similar, list_categories, list_domains, list_techstacks
  • MCP server entry point with stdio transport, ready for npx @opensource-together/mcp
  • 14 tests passing (config, client, all tools)
  • CI workflow (lint + test + build)
  • Viral README with quick start config

Test plan

  • npm run lint — no type errors
  • npm test — 14 tests passing
  • npm run build — compiles clean
  • Server starts without crash (node dist/index.js)
  • All 7 tools tested end-to-end via MCP Inspector against local ost-linker API

🤖 Generated with Claude Code

@spideystreet spideystreet merged commit cd4d8b4 into main Mar 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant