Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/mighty-colts-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@upstash/context7-mcp": patch
---

Update tool descriptions
3 changes: 1 addition & 2 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
},
"howto/claiming-libraries",
"howto/chat-widget",
"howto/verification",
"howto/private-repositories",
"howto/team",
"howto/usage"
Expand Down Expand Up @@ -192,4 +191,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion docs/howto/chat-widget.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The widget is a lightweight JavaScript snippet that renders a floating chat butt

<Steps>
<Step title="Claim Your Library">
You must be a verified owner of the library on Context7. If you haven't claimed it yet, follow the [Claim Your Library](/howto/claiming-libraries) guide.
You must be an owner of the library on Context7. If you haven't claimed it yet, follow the [Claim Your Library](/howto/claiming-libraries) guide.
</Step>

<Step title="Enable the Widget">
Expand Down
12 changes: 5 additions & 7 deletions docs/howto/claiming-libraries.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Claim Your Library
description: Verify ownership and manage your library's configuration via the admin panel
description: Claim ownership and manage your library's configuration via the admin panel
---

As a library owner, you can claim your library on Context7 to unlock advanced configuration options through a web-based admin panel. This gives you full control over how your documentation is parsed and presented to developers.
Expand All @@ -16,7 +16,6 @@ Claiming ownership provides several benefits:
- **Version management**: Add and manage multiple versions of your library documentation
- **Usage analytics**: View metrics on how developers use your library's documentation
- **Higher refresh limits**: Get higher rate limits for refresh operations to better manage your content
- **Apply for verification**: Only owners can apply for the verified badge. [Learn more about verification](/howto/verification)

## Claiming Process

Expand Down Expand Up @@ -89,14 +88,14 @@ Claiming ownership provides several benefits:

</Step>

<Step title="Verify Ownership">
<Step title="Confirm Ownership">
Return to the claiming modal and click "Claim Library". Context7 will:

1. Fetch `context7.json` from your repository
2. Verify the URL matches your library
3. Verify the public key matches your project
2. Confirm the URL matches your library
3. Confirm the public key matches your project

Once verified, you'll see a success message and gain access to the admin panel.
Once confirmed, you'll see a success message and gain access to the admin panel.

<Note>
For private repositories, ensure you have the Context7 GitHub App installed with access to the repository.
Expand Down Expand Up @@ -261,4 +260,3 @@ After saving configuration changes, you may need to:

- Manually trigger a refresh from the library page
- Clear any cached documentation on your end

155 changes: 0 additions & 155 deletions docs/howto/verification.mdx

This file was deleted.

4 changes: 2 additions & 2 deletions docs/skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ Every skill in the registry has a **trust score** from 0 to 10 that indicates th

| Score | Level | Meaning |
|-------|-------|---------|
| 7.0 - 10.0 | High | Verified or well-established source |
| 7.0 - 10.0 | High | Well-established source |
| 3.0 - 6.9 | Medium | Standard community contribution |
| 0.0 - 2.9 | Low | New or unverified — review before using |
| 0.0 - 2.9 | Low | New or low-signal source — review before using |

Trust scores help you make informed decisions about which skills to install. Higher scores indicate skills from reputable sources with community validation.

Expand Down
Loading