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

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@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