@secondlayer/mcp 0.4.2 → 1.0.0

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 CHANGED
@@ -45,11 +45,10 @@ npx @secondlayer/mcp-http
45
45
 
46
46
  ## Tools
47
47
 
48
- 28 tools across 6 domains.
48
+ Tools across 5 domains.
49
49
 
50
50
  | Domain | Tools |
51
51
  | --- | --- |
52
- | **Streams** (11) | `streams_list`, `streams_get`, `streams_create`, `streams_update`, `streams_delete`, `streams_toggle`, `streams_deliveries`, `streams_pause_all`, `streams_resume_all`, `streams_replay`, `streams_rotate_secret` |
53
52
  | **Subgraphs** (6) | `subgraphs_list`, `subgraphs_get`, `subgraphs_query`, `subgraphs_reindex`, `subgraphs_delete`, `subgraphs_deploy` |
54
53
  | **Workflows** (6) | `workflows_list`, `workflows_get`, `workflows_trigger`, `workflows_pause`, `workflows_resume`, `workflows_runs` |
55
54
  | **Scaffold** (2) | `scaffold_from_contract`, `scaffold_from_abi` |
@@ -78,7 +77,7 @@ npx @secondlayer/mcp-http
78
77
  All tools return structured errors with `isError: true`:
79
78
 
80
79
  ```json
81
- { "error": { "type": "not_found", "status": 404, "message": "Stream not found" } }
80
+ { "error": { "type": "not_found", "status": 404, "message": "Subgraph not found" } }
82
81
  ```
83
82
 
84
83
  | Error type | Status | When |