Specif-ai MCP Server

Official

set-project-path

Set the project path and reload the solution, use this tool only when we not automatically able to infer the project path or asked by the user or us., we will try to auto infer it from the environment first.

Input Schema

NameRequiredDescriptionDefault
pathYesThe absolute path to the project directory containing specification files

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "The absolute path to the project directory containing specification files", "type": "string" } }, "required": [ "path" ], "type": "object" }