You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/toolbox-core/DEVELOPER.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Development
2
2
3
-
This guide provides instructions for setting up your development environment to contribute to the `@toolbox/core` package, which is part of the `mcp-toolbox-sdk-js` monorepo.
3
+
This guide provides instructions for setting up your development environment to
4
+
contribute to the `@mcp-toolbox/core` package, which is part of the
5
+
`mcp-toolbox-sdk-js` monorepo.
4
6
5
7
## Prerequisites
6
8
@@ -31,8 +33,8 @@ These steps will guide you through setting up the monorepo and this specific pac
31
33
```
32
34
33
35
4. Local Testing
34
-
If you need to test changes in`@toolbox/core` against another local project
35
-
or another package that consumes `@toolbox/core`, you can use npm link
36
+
If you need to test changes in`@mcp-toolbox/core` against another local project
37
+
or another package that consumes `@mcp-toolbox/core`, you can use npm link
36
38
37
39
* In packages/toolbox-core
38
40
@@ -43,10 +45,10 @@ These steps will guide you through setting up the monorepo and this specific pac
43
45
* In your consuming project
44
46
45
47
```bash
46
-
npm link @toolbox/core
48
+
npm link @mcp-toolbox/core
47
49
```
48
50
49
-
This creates a symbolic link, allowing changes in`@toolbox/core` to be
51
+
This creates a symbolic link, allowing changes in`@mcp-toolbox/core` to be
50
52
immediately reflected in the consuming project without reinstallation.
51
53
52
54
Don't forget to npm unlink / yarn unlink when done!
0 commit comments