Synthetic Philosophy and Deductive Engineering
This note explains how to start the SPaDE MCP server for use by Copilot (or any MCP client) and how to perform a quick connectivity test.
PYTHONPATH so the server can import the kr modules.requirements.txt are baked into the container build; only re-run pip install -r requirements.txt if you are outside the dev container or after adding new requirements.mcp/, launch the server in the foreground:
make servePYTHONPATH=.. and runs python3 mcpcd001.py.mcp/server.log and /tmp/spade_server_startup.log during startup.make serve command (or python3 mcpcd001.py with PYTHONPATH=..).SPaDE-server and exposes three tools:
create_repository(filepath, version=1)write_sexpression(filepath, sexp_json)read_sexpression(filepath, seq_num)mcp/ to validate the server:
PYTHONPATH=.. python3 mcpte001.pycreate_repository, write_sexpression, and read_sexpression end-to-end.