package
0.9.6-preview
Repository: https://github.com/rvoh-emccaleb/mcp-golang.git
Documentation: pkg.go.dev
# README
Schema Directory
This directory contains the JSON schema for MCP types as taken from the official MCP specification repo. E.g. for the latest version, see schema/mcp-schema-2024-10-07.json. Taken from here.
This schema is used to generate the types we use in this library and means that we adhere strictly to the spec.
Generating types from a new schema
We use the go-jsonschema library to generate types from the schema. To update the types, run go generate ./...
in this directory.