Skip to content

Commit 3fb5a65

Browse files
fix: pin more server versions (#267)
Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]> Co-authored-by: GitHub Action <[email protected]>
1 parent d3bb0ba commit 3fb5a65

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

registry/elasticsearch/spec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# Original source: https://github.com/stacklok/toolhive
55
# Import timestamp: 2025-08-14T07:27:00Z
66
# ---
7+
# WARNING: Tool list fetch failed on 2025-10-16
8+
# Manual verification may be required
79
name: elasticsearch
810
description: Connect to your Elasticsearch data.
911
tier: Official
@@ -29,7 +31,7 @@ tags:
2931
- observability
3032
- metrics
3133
- logs
32-
image: docker.io/mcp/elasticsearch:latest
34+
image: docker.elastic.co/mcp/elasticsearch:0.4.5
3335
target_port: 8080
3436
permissions:
3537
network:

registry/firecrawl/spec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# Original source: https://github.com/stacklok/toolhive
55
# Import timestamp: 2025-08-14T07:27:00Z
66
# ---
7+
# WARNING: Tool list fetch failed on 2025-10-16
8+
# Manual verification may be required
79
name: firecrawl
810
description: Web scraping and content extraction MCP server with advanced crawling and LLM integration
911
tier: Official
@@ -36,7 +38,7 @@ tags:
3638
- javascript-rendering
3739
- research
3840
- automation
39-
image: docker.io/mcp/firecrawl:latest
41+
image: ghcr.io/firecrawl/firecrawl-mcp-server:latest
4042
permissions:
4143
network:
4244
outbound:

registry/sentry/spec.yaml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,20 @@ tier: Official
1010
status: Active
1111
transport: stdio
1212
tools:
13-
- whoami
13+
- analyze_issue_with_seer
14+
- find_dsns
1415
- find_organizations
15-
- find_teams
1616
- find_projects
1717
- find_releases
18+
- find_teams
19+
- get_doc
20+
- get_event_attachment
1821
- get_issue_details
1922
- get_trace_details
20-
- get_event_attachment
21-
- update_issue
22-
- search_events
23-
- create_team
24-
- create_project
25-
- update_project
26-
- create_dsn
27-
- find_dsns
28-
- analyze_issue_with_seer
2923
- search_docs
30-
- get_doc
24+
- search_events
3125
- search_issues
26+
- whoami
3227
metadata:
3328
stars: 384
3429
pulls: 127
@@ -40,7 +35,7 @@ tags:
4035
- monitoring
4136
- error-tracking
4237
- observability
43-
image: ghcr.io/stacklok/dockyard/npx/sentry-mcp-server:latest
38+
image: ghcr.io/stacklok/dockyard/npx/sentry-mcp-server:0.18.0
4439
permissions:
4540
network:
4641
outbound:

registry/supabase/spec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tools:
2121
- get_advisors
2222
- get_anon_key
2323
- get_cost
24+
- get_edge_function
2425
- get_logs
2526
- get_organization
2627
- get_project
@@ -49,7 +50,7 @@ tags:
4950
- backend
5051
- baas
5152
- postgresql
52-
image: ghcr.io/stacklok/dockyard/npx/supabase-mcp-server:latest
53+
image: ghcr.io/stacklok/dockyard/npx/supabase-mcp-server:0.5.6
5354
permissions:
5455
network:
5556
outbound:

0 commit comments

Comments
 (0)