@attesso/mcp 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +11 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # @attesso/mcp
2
2
 
3
- MCP (Model Context Protocol) server for Attesso agent payments. Exposes payment tools for AI assistants like Claude Desktop.
3
+ MCP (Model Context Protocol) server for Attesso agent payments. Works with any MCP-compatible AI assistant:
4
+
5
+ - Claude Desktop
6
+ - Cursor
7
+ - Windsurf
8
+ - Continue
9
+ - Zed
10
+ - Cline
11
+ - And more
4
12
 
5
13
  ## Installation
6
14
 
@@ -8,9 +16,9 @@ MCP (Model Context Protocol) server for Attesso agent payments. Exposes payment
8
16
  npm install @attesso/mcp
9
17
  ```
10
18
 
11
- ## Claude Desktop Setup
19
+ ## Setup
12
20
 
13
- Add to your Claude Desktop configuration (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS):
21
+ Add to your MCP client's configuration. For Claude Desktop (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS):
14
22
 
15
23
  ```json
16
24
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@attesso/mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "MCP server for Attesso agent payments. Exposes payment tools for AI assistants like Claude Desktop.",
5
5
  "author": "Attesso",
6
6
  "license": "MIT",