unimcp-core
v1.0.1
Published
Universal MCP Core Package
Downloads
9
Maintainers
Readme
unimcp-core
Core utilities for working with Universal MCP manifests, including validation helpers, schema fetchers, and adapters for popular AI tool ecosystems.
Installation
npm install unimcp-coreUsage
import { validateManifest, toChatGPT } from "unimcp-core"
const manifest = await fetchManifest("example-module")
validateManifest(manifest)
const chatGPTManifest = toChatGPT(manifest)License
MIT
