Skip to content

Commit 0fa0555

Browse files
authored
Update README and smithery.yaml formatting
1 parent 6ef0075 commit 0fa0555

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Datadog MCP Server
2+
23
[![smithery badge](https://smithery.ai/badge/@winor30/mcp-server-datadog)](https://smithery.ai/server/@winor30/mcp-server-datadog)
34

45
MCP server for the Datadog API, enabling incident management and more.
@@ -140,6 +141,7 @@ npx -y @smithery/cli install @winor30/mcp-server-datadog --client claude
140141
```
141142

142143
### Manual Installation
144+
143145
```bash
144146
pnpm install
145147
pnpm build

smithery.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ startCommand:
1717
description: Your Datadog Application key
1818
datadogSite:
1919
type: string
20-
default: ""
20+
default: ''
2121
description: Optional Datadog site (e.g. datadoghq.eu)
2222
commandFunction:
2323
# A JS function that produces the CLI command based on the given config to start the MCP on stdio.

0 commit comments

Comments
 (0)