Skip to content

Commit 9244ecf

Browse files
authored
Merge branch 'main' into show-all-notifications
2 parents 00118f7 + 4d4bb91 commit 9244ecf

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ For more details on ways to use the inspector, see the [Inspector section of the
4242

4343
The inspector supports bearer token authentication for SSE connections. Enter your token in the UI when connecting to an MCP server, and it will be sent in the Authorization header.
4444

45+
### Security Considerations
46+
47+
The MCP Inspector includes a proxy server that can run and communicate with local MCP processes. The proxy server should not be exposed to untrusted networks as it has permissions to spawn local processes and can connect to any specified MCP server.
48+
4549
### From this repository
4650

4751
If you're working on the inspector itself:

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"cmdk": "^1.0.4",
3939
"lucide-react": "^0.447.0",
4040
"pkce-challenge": "^4.1.0",
41-
"prismjs": "^1.29.0",
41+
"prismjs": "^1.30.0",
4242
"react": "^18.3.1",
4343
"react-dom": "^18.3.1",
4444
"react-simple-code-editor": "^0.14.1",

package-lock.json

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

0 commit comments

Comments
 (0)