From 6dd08f6aeb93cf3524b53d9dcf333d6bd68940e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 31 May 2026 23:02:20 +0200 Subject: [PATCH] Added some metadata to the MCP server --- config/packages/mcp.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/packages/mcp.yaml b/config/packages/mcp.yaml index cabcad1b..4c2a9ea9 100644 --- a/config/packages/mcp.yaml +++ b/config/packages/mcp.yaml @@ -1,4 +1,12 @@ mcp: + app: "Part-DB" + version: "0.1.0" + description: "Part-DB is a inventory management database for electronic parts." + instructions: | + This server provides inventory information for your current user. It is mostly used for electronic parts, + but can be used for any kind of inventory. The stored objects are called parts. + If you miss some information from an search endpoint, try to retrieve more details using the ID of an entity. + client_transports: http: true stdio: false