Skip to main content
Glama

Vibe Coder MCP

by freshtechbro
index.ts•1.01 kB
// src/tools/index.ts // This file imports all tool modules to ensure their registration logic runs. import './research-manager/index.js'; import './rules-generator/index.js'; import './prd-generator/index.js'; import './user-stories-generator/index.js'; import './task-list-generator/index.js'; import './fullstack-starter-kit-generator/index.js'; import './workflow-runner/index.js'; import './job-result-retriever/index.js'; import './code-map-generator/index.js'; import './vibe-task-manager/index.js'; import './context-curator/index.js'; import './agent-registry/index.js'; import './agent-tasks/index.js'; import './agent-response/index.js'; // Note: process-request is currently registered in src/services/request-processor/index.ts // If it were moved to src/tools/, its import would go here too. // import './process-request/index.js'; // Import other tools here as they are created and migrated... import logger from '../logger.js'; logger.debug('All tool modules imported for registration.');

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/freshtechbro/vibe-coder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server