From a2ddd7c5d481fe14a1e84c28ad2a4d7bbcf489c2 Mon Sep 17 00:00:00 2001 From: hzhang Date: Fri, 16 May 2025 14:48:11 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d7c34b9..f123ece 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# Original Repo: [https://github.com/modelcontextprotocol/inspector](https://github.com/modelcontextprotocol/inspector) + +## Modifications +- Containerize +- Support custom headers for sse transport + # MCP Inspector The MCP inspector is a developer tool for testing and debugging MCP servers. From 7f0cd8274ea336e42a9a7aa9b11197da16c54e8c Mon Sep 17 00:00:00 2001 From: hzhang Date: Fri, 16 May 2025 14:48:48 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f123ece..c8f7a35 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Original Repo: [https://github.com/modelcontextprotocol/inspector](https://github.com/modelcontextprotocol/inspector) -## Modifications +## Modification Log - Containerize - Support custom headers for sse transport