Skip to content

Instantly share code, notes, and snippets.

View T-Gro's full-sized avatar

Tomas Grosup T-Gro

View GitHub Profile
@T-Gro
T-Gro / ffs-mcp.ts
Last active October 22, 2025 11:34
FFS MCP server
#!/usr/bin/env -S deno run --allow-read --allow-write --allow-env
import { Server } from "npm:@modelcontextprotocol/[email protected]/server/index.js";
import { StdioServerTransport } from "npm:@modelcontextprotocol/[email protected]/server/stdio.js";
import {
CallToolRequestSchema,
ListToolsRequestSchema,
} from "npm:@modelcontextprotocol/[email protected]/types.js";
const server = new Server({
name: "ffs-instructions",