No description
- Python 100%
| .gitea/workflows | ||
| __pycache__ | ||
| example | ||
| src | ||
| tests | ||
| wiki | ||
| .gitignore | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
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