smithery.yaml•827 B
version: 1
start:
command: ["node", "dist/index.js"]
env:
- name: NODE_ENV
value: "production"
startCommand:
type: http
configSchema:
type: object
required: ["FMP_ACCESS_TOKEN"]
properties:
FMP_ACCESS_TOKEN:
type: string
title: "FMP Access Token"
description: "Financial Modeling Prep API access token"
FMP_TOOL_SETS:
type: string
title: "Tool Sets (Optional)"
description: "Comma-separated list of tool sets to load (e.g., 'search,company,quotes'). If not specified, all tools will be loaded."
DYNAMIC_TOOL_DISCOVERY:
type: string
title: "Dynamic Tool Discovery (Optional)"
description: "Enable dynamic toolset management. Set to 'true' to use meta-tools for runtime toolset loading. Default is 'false'."