Skip to content

Commit 5e76759

Browse files
authored
Update README.md
1 parent 9d96359 commit 5e76759

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
3333
MCPcat is an analytics platform for MCP server owners 🐱. It captures user intentions and behavior patterns to help you understand what AI users actually need from your tools — eliminating guesswork and accelerating product development all with one-line of code.
3434

35+
This SDK also provides a free and simple way to forward telemetry like logs, traces, and errors to any Open Telemetry collector or popular tools like Datadog and Sentry.
36+
3537
```bash
3638
npm install -S mcpcat
3739
```
@@ -50,7 +52,7 @@ Use MCPcat for:
5052

5153
## Getting Started
5254

53-
To get started with MCPcat, first create an account and obtain your project ID by signing up at [mcpcat.io](https://mcpcat.io).
55+
To get started with MCPcat, first create an account and obtain your project ID by signing up at [mcpcat.io](https://mcpcat.io). For detailed setup instructions visit our [documentation](https://docs.mcpcat.io).
5456

5557
Once you have your project ID, integrate MCPcat into your MCP server:
5658

@@ -100,7 +102,7 @@ MCPcat seamlessly integrates with your existing observability stack, providing a
100102

101103
```typescript
102104
mcpcat.track(server, "proj_0000", {
103-
// Project ID can be as well "null" since MCPcat is optional when sending data to existing observability platforms
105+
// Project ID can optionally be "null" if you just want to forward telemetry
104106
exporters: {
105107
otlp: {
106108
type: "otlp",

0 commit comments

Comments
 (0)