pathpilot-mcp-server
# NitroStack Starter Template
Minimal template for learning NitroStack fundamentals with a calculator-focused
MCP server and basic widgets.
## What This Template Includes
- `calculator` module with tools, resources, and prompts
- TypeScript + Zod validation setup
- Widget-ready project structure
- Production-friendly npm scripts
## Quick Start
```bash
npx @nitrostack/cli init my-server --template typescript-starter
cd my-server
npm run dev
```
## Common Commands
```bash
npm run dev
npm run build
npm start
```
## NitroStudio
NitroStudio is the recommended way to test and debug this template during
development.
- Download: <https://nitrostack.ai/studio>
- Studio: <https://nitrostack.ai/studio>
## Links
- Docs: <https://docs.nitrostack.ai>
- Templates docs: <https://docs.nitrostack.ai/templates/01-starter-template>
- Main repository: <https://github.com/nitrocloudofficial/nitrostack>
## Community
- Discord: <https://discord.gg/uVWey6UhuD>
- X: <https://x.com/nitrostackai>
- YouTube: <https://www.youtube.com/@nitrostackai>
- LinkedIn: <https://linkedin.com/company/nitrostack-ai/>
- GitHub: <https://github.com/nitrostackai>
TDQS
Scored across 6 tools
Each tool targets a distinct resource or stage of the analysis pipeline. The only potential confusion is between generate_evidence_cards and get_roadmap_signal, both of which consume an analysisId but produce different outputs; the descriptions make this clear.
All tool names follow a verb_noun pattern with underscores, which is consistent in style. The verbs vary (analyze, get, compare, generate) but are all action-oriented and the pattern is predictable.
Six tools is well within the ideal range for a specialized server. Each tool has a clear role in the workflow, and none are redundant or redundant-feeling.
The server covers the full lifecycle from raw profile/repo input to analysis and actionable outputs. Minor gaps exist, such as no explicit 'get full analysis' tool or list of prior analyses, but the core workflow is complete.