-
Notifications
You must be signed in to change notification settings - Fork 1
Scripts
gitea edited this page Aug 14, 2026
·
2 revisions
Skeleton — to be filled in.
This chapter is for using pp-mcp's tools directly (not through an AI assistant) — e.g. calling the MCP server from your own Python scripts or other applications, such as a reporting dashboard.
- Function Reference — every tool call, its parameters and return shape
- Example Scripts — small runnable scripts calling pp-mcp over MCP
Planned content for this overview page:
- How to call an MCP tool from a plain Python script (minimal client example, streamable-http + optional bearer token)
- General conventions: amounts as strings (exact Decimals), dates as ISO
YYYY-MM-DD, errors returned as{"status": "error", "message": ...}instead of exceptions, optionalsourceparameter for multi-source setups