langprotect-mcp-gateway 1.2.1__py3-none-any.whl → 1.2.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: langprotect-mcp-gateway
3
- Version: 1.2.1
3
+ Version: 1.2.2
4
4
  Summary: Security gateway for Model Context Protocol (MCP) to protect AI tool interactions
5
5
  Author-email: LangProtect Security Team <security@langprotect.com>
6
6
  License: MIT
7
- Project-URL: Homepage, https://langprotect.com
8
- Project-URL: Documentation, https://docs.langprotect.com
7
+ Project-URL: Homepage, https://www.langprotect.com/
8
+ Project-URL: Documentation, https://www.langprotect.com/docs
9
9
  Project-URL: Repository, https://github.com/langprotect/mcp-gateway
10
10
  Project-URL: Issues, https://github.com/langprotect/mcp-gateway/issues
11
11
  Keywords: mcp,security,ai-security,langprotect,model-context-protocol
@@ -89,12 +89,13 @@ langprotect-gateway --help # Should show usage info
89
89
 
90
90
  ### VS Code Setup (Recommended - No Wrapper Script!)
91
91
 
92
- Just add this to your `.vscode/mcp.json`:
92
+ **Step 1:** Add this to your `.vscode/mcp.json`:
93
93
 
94
94
  ```json
95
95
  {
96
- "mcpServers": {
96
+ "servers": {
97
97
  "langprotect-gateway": {
98
+ "type": "stdio",
98
99
  "command": "langprotect-gateway",
99
100
  "args": ["--mcp-json-path", "${workspaceFolder}/.vscode/mcp.json"],
100
101
  "env": {
@@ -113,8 +114,18 @@ Just add this to your `.vscode/mcp.json`:
113
114
  }
114
115
  ```
115
116
 
117
+ **Step 2 (Optional):** Enable auto-start in `.vscode/settings.json`:
118
+
119
+ ```json
120
+ {
121
+ "chat.mcp.autostart": "newAndOutdated"
122
+ }
123
+ ```
124
+
125
+ This makes VS Code automatically start the gateway when you open the workspace!
126
+
116
127
  That's it! VS Code will:
117
- 1. Start the gateway with your credentials
128
+ 1. Start the gateway with your credentials (automatically if autostart is enabled)
118
129
  2. Gateway reads the `servers` section and proxies those MCP servers
119
130
  3. All tool calls get logged to LangProtect
120
131
 
@@ -318,7 +329,7 @@ pipx install langprotect-mcp-gateway==1.1.0 --force
318
329
 
319
330
  ## Support
320
331
 
321
- - **Documentation:** https://docs.langprotect.com
332
+ - **Documentation:** https://www.langprotect.com/docs
322
333
  - **Issues:** https://github.com/langprotect/mcp-gateway/issues
323
334
  - **Security:** security@langprotect.com
324
335
 
@@ -328,6 +339,6 @@ MIT License - see LICENSE file for details
328
339
 
329
340
  ## Links
330
341
 
331
- - **Homepage:** https://langprotect.com
342
+ - **Homepage:** https://www.langprotect.com/
332
343
  - **GitHub:** https://github.com/langprotect/mcp-gateway
333
- - **Documentation:** https://docs.langprotect.com
344
+ - **Documentation:** https://www.langprotect.com/docs
@@ -0,0 +1,8 @@
1
+ langprotect_mcp_gateway/__init__.py,sha256=PedabfF6wZ_6KxuN60A4qz8T1gD9MszuXwhmrHlGH7I,510
2
+ langprotect_mcp_gateway/gateway.py,sha256=yViBgOivHJQx99JiTB1O-Q3zHTkDkn7ldzTw7x-BpMQ,18508
3
+ langprotect_mcp_gateway-1.2.2.dist-info/licenses/LICENSE,sha256=aoVP65gKtirVmFPToow5L9IKN4FNjfM6Sejq_5b4cbM,1082
4
+ langprotect_mcp_gateway-1.2.2.dist-info/METADATA,sha256=14NRx8ISFI_RTrak2mUsywtj0LYn87TtgQxPtJSCTZI,9750
5
+ langprotect_mcp_gateway-1.2.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
+ langprotect_mcp_gateway-1.2.2.dist-info/entry_points.txt,sha256=iM5-7ReYo6_nFF-2DHK1cSi1Nj6wGsG4QqJgcNZ7_GE,69
7
+ langprotect_mcp_gateway-1.2.2.dist-info/top_level.txt,sha256=UjNlX13ma4nwJXuEyi9eMX251c5rooeEao4zajX6ZHk,24
8
+ langprotect_mcp_gateway-1.2.2.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- langprotect_mcp_gateway/__init__.py,sha256=PedabfF6wZ_6KxuN60A4qz8T1gD9MszuXwhmrHlGH7I,510
2
- langprotect_mcp_gateway/gateway.py,sha256=yViBgOivHJQx99JiTB1O-Q3zHTkDkn7ldzTw7x-BpMQ,18508
3
- langprotect_mcp_gateway-1.2.1.dist-info/licenses/LICENSE,sha256=aoVP65gKtirVmFPToow5L9IKN4FNjfM6Sejq_5b4cbM,1082
4
- langprotect_mcp_gateway-1.2.1.dist-info/METADATA,sha256=2FuCEnwemmeGBQvgHe9CZKkYsOmCwyo60ePonIymV-o,9452
5
- langprotect_mcp_gateway-1.2.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
- langprotect_mcp_gateway-1.2.1.dist-info/entry_points.txt,sha256=iM5-7ReYo6_nFF-2DHK1cSi1Nj6wGsG4QqJgcNZ7_GE,69
7
- langprotect_mcp_gateway-1.2.1.dist-info/top_level.txt,sha256=UjNlX13ma4nwJXuEyi9eMX251c5rooeEao4zajX6ZHk,24
8
- langprotect_mcp_gateway-1.2.1.dist-info/RECORD,,