Skip to content

Commit b6542ee

Browse files
committed
Minor changes
1 parent 0ab9106 commit b6542ee

File tree

7 files changed

+14
-12
lines changed

7 files changed

+14
-12
lines changed

prompts/mcp/azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ mcp:
44
image: mcp/azure:latest
55
workdir: /app
66
command:
7-
- server
8-
- start
7+
- "server"
8+
- "start"
99
source:
1010
url: https://github.com/Azure/azure-mcp/tree/refs/pull/16/merge
1111
---

prompts/mcp/grafana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mcp:
88
environment:
99
GRAFANA_URL: "{{grafana.url|safe}}"
1010
command:
11-
- --transport=stdio
11+
- "--transport=stdio"
1212
source:
1313
url: https://github.com/grafana/mcp-grafana/tree/main
1414
---

prompts/mcp/postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mcp:
66
secrets:
77
postgres.url: POSTGRES_URL
88
command:
9-
- $POSTGRES_URL
9+
- "$POSTGRES_URL"
1010
source:
1111
url: https://github.com/modelcontextprotocol/servers/tree/2025.4.6
1212
---

prompts/mcp/readmes/dappier.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,21 @@ Available Data Models:
7070
Retrieve real-time search data from Dappier by processing an AI model that supports two key capabilities:
7171

7272
- Real-Time Web Search:
73-
Access the latest news, weather, travel information, deals, and more using model `am_01j06ytn18ejftedz6dyhz2b15`.
73+
Access the latest news, stock market data, weather, travel information, deals, and more using model `am_01j06ytn18ejftedz6dyhz2b15`.
74+
Use this model when no stock ticker symbol is provided.
7475

7576
- Stock Market Data:
76-
Retrieve real-time financial news, stock prices, and trade updates using model `am_01j749h8pbf7ns8r1bq9s2evrh`.
77+
Retrieve real-time financial news, stock prices, and trade updates using model `am_01j749h8pbf7ns8r1bq9s2evrh`.
78+
Use this model only when a stock ticker symbol is provided.
7779

7880
Based on the provided `ai_model_id`, the tool selects the appropriate model and returns search results.
7981
Parameters|Type|Description
8082
-|-|-
8183
`ai_model_id`|`string`|The AI model ID to use for the query.
8284

8385
Available AI Models:
84-
- am_01j06ytn18ejftedz6dyhz2b15: (Real Time Data) Access real-time Google web search results, including the latest news, weather, travel, deals, and more.
85-
- am_01j749h8pbf7ns8r1bq9s2evrh: (Stock Market Data) Access real-time financial news, stock prices, and trades from Polygon.io, with AI-powered insights and up-to-the-minute updates.
86+
- am_01j06ytn18ejftedz6dyhz2b15: (Real-Time Data) Access real-time Google web search results, including the latest news, stock market data, news, weather, travel, deals, and more. Use this model when no stock ticker symbol is provided.
87+
- am_01j749h8pbf7ns8r1bq9s2evrh: (Stock Market Data) Access real-time financial news, stock prices, and trades from Polygon.io, with AI-powered insights and up-to-the-minute updates. Use this model only when a stock ticker symbol is provided.
8688

8789

8890
`query`|`string`|The search query to retrieve real-time information.

prompts/mcp/risken.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mcp:
77
environment:
88
RISKEN_URL: "{{risken.url|safe}}"
99
command:
10-
- stdio
10+
- "stdio"
1111
source:
1212
url: https://github.com/ca-risken/risken-mcp-server/tree/main
1313
---

prompts/mcp/sentry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ mcp:
66
secrets:
77
sentry.auth_token: SENTRY_AUTH_TOKEN
88
command:
9-
- --auth-token
10-
- $SENTRY_AUTH_TOKEN
9+
- "--auth-token"
10+
- "$SENTRY_AUTH_TOKEN"
1111
source:
1212
url: https://github.com/modelcontextprotocol/servers/tree/2025.4.6/src/sentry
1313
---

prompts/mcp/stripe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mcp:
66
secrets:
77
stripe.secret_key: STRIPE_SECRET_KEY
88
command:
9-
- --tools=all
9+
- "--tools=all"
1010
source:
1111
url: https://github.com/stripe/agent-toolkit/tree/main/modelcontextprotocol
1212
---

0 commit comments

Comments
 (0)