Skip to content

Commit

Permalink
bump versions + readme update (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sev authored Nov 25, 2024
1 parent 230f4fb commit 318e0ac
Show file tree
Hide file tree
Showing 37 changed files with 42 additions and 41 deletions.
2 changes: 1 addition & 1 deletion bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/cli",
"version": "0.0.15",
"version": "0.0.17",
"description": "OpenCtx CLI",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/clients/cli",
Expand Down
2 changes: 1 addition & 1 deletion client/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@openctx/browser-extension",
"version": "0.0.16",
"version": "0.0.18",
"license": "Apache-2.0",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion client/codemirror/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"@openctx/codemirror-extension": "workspace:*",
"@openctx/provider-hello-world": "workspace:*"
},
"version": "0.0.9"
"version": "0.0.11"
}
2 changes: 1 addition & 1 deletion client/codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/codemirror-extension",
"version": "0.0.15",
"version": "0.0.17",
"description": "OpenCtx extension for CodeMirror",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/clients/codemirror",
Expand Down
2 changes: 1 addition & 1 deletion client/monaco-editor/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"devDependencies": {
"vite-plugin-monaco-editor": "^1.1.0"
},
"version": "0.0.9"
"version": "0.0.11"
}
2 changes: 1 addition & 1 deletion client/monaco-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/monaco-editor-extension",
"version": "0.0.14",
"version": "0.0.16",
"description": "OpenCtx extension for Monaco Editor",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/clients/monaco-editor",
Expand Down
2 changes: 1 addition & 1 deletion client/vscode-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/vscode-lib",
"version": "0.0.26",
"version": "0.0.28",
"description": "OpenCtx library for VS Code extensions",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion client/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "openctx",
"private": true,
"displayName": "OpenCtx",
"version": "0.4.7",
"version": "0.4.9",
"publisher": "sourcegraph",
"license": "Apache-2.0",
"icon": "resources/logomark-v0.png",
Expand Down
2 changes: 1 addition & 1 deletion client/web-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@openctx/web-playground",
"version": "0.0.14",
"version": "0.0.16",
"description": "OpenCtx web playground",
"license": "Apache-2.0",
"homepage": "https://openctx.org",
Expand Down
2 changes: 1 addition & 1 deletion lib/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/client",
"version": "0.0.30",
"version": "0.0.32",
"description": "OpenCtx client library",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/protocol",
"version": "0.0.19",
"version": "0.0.21",
"description": "OpenCtx client/provider protocol",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider",
"version": "0.0.18",
"version": "0.0.20",
"description": "OpenCtx provider library",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/schema",
"version": "0.0.15",
"version": "0.0.17",
"description": "OpenCtx schema",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/ui-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/ui-common",
"version": "0.0.14",
"version": "0.0.16",
"description": "OpenCtx common UI library",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/ui-react",
"version": "0.0.14",
"version": "0.0.16",
"description": "OpenCtx React UI library",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/ui-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/ui-standalone",
"version": "0.0.14",
"version": "0.0.16",
"description": "OpenCtx standalone UI library",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion provider/azure-devops-workitems/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openctx/provider-azure-devops-workitems",
"private": false,
"version": "0.0.6",
"version": "0.0.8",
"description": "Azure DevOps Work Items (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/azure-devops-workitems",
Expand Down
2 changes: 1 addition & 1 deletion provider/confluence/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openctx/provider-confluence",
"private": false,
"version": "0.0.7",
"version": "0.0.9",
"description": "Confluence (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/confluence",
Expand Down
2 changes: 1 addition & 1 deletion provider/devdocs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-devdocs",
"version": "0.0.10",
"version": "0.0.12",
"description": "Use documentation from https://devdocs.io (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/devdocs",
Expand Down
2 changes: 1 addition & 1 deletion provider/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-github",
"version": "0.0.9",
"version": "0.0.11",
"description": "GitHub OpenCtx provider",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/github",
Expand Down
2 changes: 1 addition & 1 deletion provider/google-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-google-docs",
"version": "0.0.15",
"version": "0.0.17",
"description": "Google Docs context for code AI and editors (OpenCtx provider)",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion provider/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-hello-world",
"version": "0.0.19",
"version": "0.0.21",
"description": "Hello World (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/hello-world",
Expand Down
2 changes: 1 addition & 1 deletion provider/jira/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openctx/provider-jira",
"private": false,
"version": "0.0.13",
"version": "0.0.15",
"description": "Jira (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/jira",
Expand Down
2 changes: 1 addition & 1 deletion provider/linear-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-linear-docs",
"version": "0.0.5",
"version": "0.0.7",
"description": "Linear Docs context for code AI and editors (OpenCtx provider)",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion provider/linear-issues/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-linear-issues",
"version": "0.0.10",
"version": "0.0.12",
"description": "Linear Issues context for code AI and editors (OpenCtx provider)",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion provider/links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-links",
"version": "0.0.20",
"version": "0.0.22",
"description": "Add links to your code based on configurable patterns (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/links",
Expand Down
11 changes: 6 additions & 5 deletions provider/modelcontextprotocol/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MCP proxy for OpenCtx

This is a context provider for [OpenCtx](https://openctx.org) that fetches contents from a [MCP](https://github.com/modelcontextprotocol/specification) provider for use as context.
This is a context provider for [OpenCtx](https://openctx.org) that fetches contents from a [MCP](https://modelcontextprotocol.io) provider for use as context.

Currently, only MCP over stdio is supported (HTTP is not yet supported).

Expand Down Expand Up @@ -39,15 +39,16 @@ To hook up to the Postgres MCP provider, use:

The following MCP servers are available in the [modelcontextprotocol/servers](https://github.com/modelcontextprotocol/servers) repository:

- [Brave Search](https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search) - Search the Brave search API
- [Postgres](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) - Connect to your Postgres databases to query schema information and write optimized SQL
- [Filesystem](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) - Access files on your local machine
- [Everything](https://github.com/modelcontextprotocol/servers/tree/main/src/everything) - A demo server showing MCP capabilities
- [Google Drive](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive) - Search and access your Google Drive documents
- [Giphy](https://github.com/modelcontextprotocol/servers/tree/main/src/giphy) - Search gifs
- [Google Maps](https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps) - Get directions and information about places
- [Memo](https://github.com/modelcontextprotocol/servers/tree/main/src/memo) - Access your Memo notes
- [Git](https://github.com/modelcontextprotocol/servers/tree/main/src/git) - Get git history and commit information
- [HubSpot](https://github.com/modelcontextprotocol/servers/tree/main/src/hubspot) - Access your HubSpot CRM data
- [OSAScript](https://github.com/modelcontextprotocol/servers/tree/main/src/osascript) - Execute AppleScript commands on macOS
- [Puppeteer](https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer) - Control headless Chrome for web automation
- [Spotify](https://github.com/modelcontextprotocol/servers/tree/main/src/spotify) - Access Spotify music data and playlists
- [SQLite](https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite) - Query SQLite databases

## Creating your own MCP server

Expand Down
2 changes: 1 addition & 1 deletion provider/modelcontextprotocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-modelcontextprotocol",
"version": "0.0.11",
"version": "0.0.13",
"description": "Use information from MCP providers",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/modelcontextprotocol",
Expand Down
2 changes: 1 addition & 1 deletion provider/notion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-notion",
"version": "0.0.6",
"version": "0.0.8",
"description": "Notion (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/notion",
Expand Down
2 changes: 1 addition & 1 deletion provider/prometheus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-prometheus",
"version": "0.0.18",
"version": "0.0.20",
"description": "Hover over a Prometheus metric to see what it's doing in prod (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/prometheus",
Expand Down
2 changes: 1 addition & 1 deletion provider/semgrep/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-semgrep",
"version": "0.0.7",
"version": "0.0.9",
"description": "Semgrep OpenCtx provider",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/semgrep",
Expand Down
2 changes: 1 addition & 1 deletion provider/sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-sentry",
"version": "0.0.7",
"version": "0.0.9",
"description": "Use information from Sentry.io issues (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/sentry",
Expand Down
2 changes: 1 addition & 1 deletion provider/slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-slack",
"version": "0.0.9",
"version": "0.0.11",
"description": "Slack context for code AI and editors (OpenCtx provider)",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion provider/sourcegraph-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-sourcegraph-search",
"version": "0.0.11",
"version": "0.0.13",
"description": "Sourcegraph Search (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/sourcegraph-search",
Expand Down
2 changes: 1 addition & 1 deletion provider/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-storybook",
"version": "0.0.17",
"version": "0.0.19",
"description": "Add Storybook links and image previews to your code (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/storybook",
Expand Down
2 changes: 1 addition & 1 deletion provider/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-web",
"version": "0.0.11",
"version": "0.0.13",
"description": "Use information from web pages (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/web",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
"vike-react": "^0.4.6",
"vite": "^5.0.11"
},
"version": "0.0.9"
"version": "0.0.11"
}

0 comments on commit 318e0ac

Please sign in to comment.