diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df23df1..e215b7b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,4 +51,4 @@ jobs: if: github.event.release.prerelease run: | npm pkg delete scripts.prepare - npm publish --access public --tag=canary \ No newline at end of file + npm publish --access public --tag=canary diff --git a/package.json b/package.json index f6a053b..5bd6f26 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,11 @@ "type": "git", "url": "git+https://github.com/upstash/context7-mcp.git" }, - "keywords": ["modelcontextprotocol", "mcp", "context7"], + "keywords": [ + "modelcontextprotocol", + "mcp", + "context7" + ], "author": "abdush", "license": "MIT", "type": "module",