mirror of
https://github.com/upstash/context7.git
synced 2026-09-14 19:09:34 +08:00
b41e7c8482
* feat(plugins): add Context7 plugin for Claude Code Add the context7 plugin with: - MCP server configuration (.mcp.json) - Plugin metadata (.claude-plugin/plugin.json) - docs-researcher agent for focused documentation lookups - /context7:docs command for manual queries - documentation-lookup skill for auto-triggering * docs(clients): add dedicated Cursor and Claude Code guides Add comprehensive client-specific documentation: Cursor: - One-click and manual installation (remote/local) - Rules setup via settings and .cursorrules - Library IDs, version pinning, example prompts - Tips for Composer integration Claude Code: - CLI installation commands - Plugin installation (skills, agents, commands) - docs-researcher agent usage - /context7:docs command reference - CLAUDE.md rules setup Uses Mintlify components: Tabs, Steps, Cards, Accordions * docs: add Clients navigation and cross-references - Add "Clients" group to docs.json navigation - Add note in all-clients.mdx linking to dedicated guides * update warnings * docs: redesign claude client docs * docs: update cursor docs with images * docs: update cursor installation ui * feat: add claude marketplace docs * update marketplace * update mp-plugin name * finalize cc plugin installation * update using context7 section * feat: make claude code oauth default
32 lines
253 B
Plaintext
32 lines
253 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Lock files
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
yarn.lock
|
|
bun.lockb
|
|
|
|
# Build outputs
|
|
dist
|
|
build
|
|
.next
|
|
out
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# Changesets
|
|
.changeset/*.md
|
|
|
|
# Documentation
|
|
docs
|