Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 922 Bytes

File metadata and controls

31 lines (20 loc) · 922 Bytes

@modelfetch/gcore

npm version npm license docs

Deploy MCP servers to Gcore.

Installation

npm install @modelfetch/gcore

Usage

import handle from "@modelfetch/gcore";
import server from "./server"; // Import your McpServer

// Run as a Gcore FastEdge HTTP application
handle(server);

API Reference

handle(server)

Starts the MCP server