@giveagent/cli 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,16 +31,6 @@ GiveAgent is an agent-native peer-to-peer gifting platform. Once installed, you
|
|
|
31
31
|
|
|
32
32
|
The skill file teaches Claude Code how to interact with the GiveAgent API using curl commands. No background process required — Claude makes API calls directly when you ask it to.
|
|
33
33
|
|
|
34
|
-
## Alternative: MCP Server
|
|
35
|
-
|
|
36
|
-
For a richer integration with tool-based interactions (instead of curl), use the MCP server:
|
|
37
|
-
|
|
38
|
-
```bash
|
|
39
|
-
npx @giveagent/mcp-server
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
See [@giveagent/mcp-server](https://www.npmjs.com/package/@giveagent/mcp-server) for details.
|
|
43
|
-
|
|
44
34
|
## License
|
|
45
35
|
|
|
46
36
|
MIT
|