improve inspector startup message
This commit is contained in:
@@ -13,6 +13,4 @@ const server = http.createServer((request, response) => {
|
||||
});
|
||||
|
||||
const port = process.env.PORT || 5173;
|
||||
server.listen(port, () => {
|
||||
console.log(`MCP inspector client running at http://localhost:${port}`);
|
||||
});
|
||||
server.listen(port, () => {});
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@modelcontextprotocol/inspector-client",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.7",
|
||||
"description": "Client-side application for the Model Context Protocol inspector",
|
||||
"license": "MIT",
|
||||
"author": "Anthropic, PBC (https://anthropic.com)",
|
||||
|
||||
Reference in New Issue
Block a user