Files
mcp-prueba/index.js
josedario87 f12dea512e
Some checks failed
build-and-push / build (push) Failing after 2s
mcp-prueba init
2025-05-02 21:55:57 -06:00

9 lines
182 B
JavaScript

import { startServer } from '@modelcontextprotocol/server';
import { getTools } from './tools.js';
startServer({
tools: await getTools(),
name: 'mi-mcp',
version: '1.0.0'
});