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 install
This project uses Turborepo for managing the monorepo workflow and Biome for code quality tools.
bun run build
bun run start
bun run dev
bun run lint
# To fix automatically:
bun run lint:fix
bun run format
# To fix automatically:
bun run format:fix
# Run bitte-ai service
bun run dev:bitte-ai
- Create a new directory in the
packages
folder - 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