No description
Find a file
2026-02-20 19:06:49 -05:00
.gitea/workflows redid actions 2026-02-20 19:06:49 -05:00
__pycache__ init 2026-02-20 16:36:34 -05:00
example update 2026-02-20 17:36:34 -05:00
src update 2026-02-20 17:36:34 -05:00
tests added auto unit tests 2026-02-20 17:47:06 -05:00
wiki update 2026-02-20 17:36:34 -05:00
.gitignore update 2026-02-20 17:36:34 -05:00
pyproject.toml init 2026-02-20 16:36:34 -05:00
README.md added examples and wiki. 2026-02-20 17:10:24 -05:00
requirements.txt init 2026-02-20 16:36:34 -05:00

PCP

Program Context Protocall

Program context Protocall is a way to call functions over the internet as if you imported them.

One day I was thinking about MCP and I thought why call an api with requests when you can just use call functions over the internet. I though why create a new wraper for every api when you can just create one and use it everywhere