2026-05-06 22:58:38 +02:00
|
|
|
mcp:
|
2026-05-31 23:02:20 +02:00
|
|
|
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.
|
|
|
|
|
|
2026-05-06 22:58:38 +02:00
|
|
|
client_transports:
|
|
|
|
|
http: true
|
|
|
|
|
stdio: false
|
|
|
|
|
http:
|
|
|
|
|
path: "/mcp"
|
|
|
|
|
session:
|
|
|
|
|
store: "file"
|
|
|
|
|
directory: "%kernel.cache_dir%/mcp"
|
|
|
|
|
ttl: 3600
|