This monorepo contains MCP (Model Control Protocol) servers for different services.
https://mcp.bitte.ai/sse
{ "mcpServers": { "bitte-ai": { "url": "https://mcp.bitte.ai/sse" } } } - bitte-ai: MCP server for Bitte AI integrations
To install dependencies:
bun installThis project uses Turborepo for managing the monorepo workflow and Biome for code quality tools.
bun run buildbun run startbun run devbun run check # To fix automatically: bun run check:fix# Run bitte-ai service bun run dev:bitte-ai- Create a new directory in the
packagesfolder - Add the necessary package.json, tsconfig.json, and implementation files
- Update the root package.json and tsconfig.json to include your new package
This project uses Bun as the JavaScript runtime.
For more information: Vibestreaming Logs