Skip to content

Commit 1515827

Browse files
authored
Release v1.1.0 (#1070)
1 parent 4a6953a commit 1515827

File tree

15 files changed

+32
-21
lines changed

15 files changed

+32
-21
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"linked": [],
66
"access": "restricted",
77
"baseBranch": "main",
8-
"fixed": [["@rsdoctor/*", "!@rsdoctor/ai"]],
8+
"fixed": [["@rsdoctor/*", "!@rsdoctor/mcp-server"]],
99
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
1010
"onlyUpdatePeerDependentsWhenOutOfRange": true,
1111
"updateInternalDependents": "always"

packages/ai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @rsdoctor/ai
1+
# @rsdoctor/mcp-server
22

33
## Usage with Claude Desktop or other MCP clients
44

packages/ai/package.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
2-
"name": "@rsdoctor/ai",
3-
"version": "0.0.0",
2+
"name": "@rsdoctor/mcp-server",
3+
"version": "0.0.1-beta.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/web-infra-dev/rsdoctor",
7+
"directory": "packages/ai"
8+
},
9+
"license": "MIT",
410
"main": "./dist/server/index.js",
511
"types": "./dist/server/index.d.ts",
612
"files": [
@@ -25,13 +31,18 @@
2531
"langchain": "^0.3.24",
2632
"openai": "^4.77.0",
2733
"typescript": "^5.2.2",
28-
"vitest": "3.0.9",
29-
"zod": "^3.24.4"
34+
"vitest": "3.0.9"
3035
},
3136
"dependencies": {
3237
"@modelcontextprotocol/sdk": "1.4.1",
3338
"@rsdoctor/utils": "workspace:*",
3439
"axios": "^1.8.4",
35-
"socket.io-client": "4.6.1"
40+
"socket.io-client": "4.6.1",
41+
"zod": "^3.24.1"
42+
},
43+
"publishConfig": {
44+
"access": "public",
45+
"provenance": true,
46+
"registry": "https://registry.npmjs.org/"
3647
}
3748
}

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/cli",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rsdoctor",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/client",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"main": "dist/index.html",
55
"repository": {
66
"type": "git",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/components",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"main": "./dist/index.js",
55
"license": "MIT",
66
"module": "dist/index.js",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/core",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rsdoctor",

packages/document/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/docs",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"scripts": {
55
"dev": "rspress dev",
66
"build": "rspress build",

packages/graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/graph",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rsdoctor",

packages/rspack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/rspack-plugin",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rsdoctor",

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/sdk",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rsdoctor",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/types",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rsdoctor",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/utils",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rsdoctor",

packages/webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsdoctor/webpack-plugin",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/web-infra-dev/rsdoctor",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)