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
For more details on ways to use the inspector, see the [Inspector section of the MCP docs site](https://modelcontextprotocol.io/docs/tools/inspector). For help with debugging, see the [Debugging guide](https://modelcontextprotocol.io/docs/tools/debugging).
111
-
112
-
### From this repository
113
-
114
-
If you're working on the inspector itself:
115
-
116
-
Development mode:
117
-
118
-
```bash
119
-
npm run dev
120
-
```
121
-
122
-
> **Note for Windows users:**
123
-
> On Windows, use the following command instead:
124
-
>
125
-
> ```bash
126
-
> npm run dev:windows
127
-
>```
128
-
129
-
Production mode:
130
-
131
-
```bash
132
-
npm run build
133
-
npm start
134
-
```
135
-
136
-
## License
137
-
138
-
This project is licensed under the MIT License—see the [LICENSE](LICENSE) file for details.
0 commit comments