langprotect-mcp-gateway 1.2.1__tar.gz → 1.2.2__tar.gz

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
@@ -61,12 +61,13 @@ langprotect-gateway --help # Should show usage info
61
61
 
62
62
  ### VS Code Setup (Recommended - No Wrapper Script!)
63
63
 
64
- Just add this to your `.vscode/mcp.json`:
64
+ **Step 1:** Add this to your `.vscode/mcp.json`:
65
65
 
66
66
  ```json
67
67
  {
68
- "mcpServers": {
68
+ "servers": {
69
69
  "langprotect-gateway": {
70
+ "type": "stdio",
70
71
  "command": "langprotect-gateway",
71
72
  "args": ["--mcp-json-path", "${workspaceFolder}/.vscode/mcp.json"],
72
73
  "env": {
@@ -85,8 +86,18 @@ Just add this to your `.vscode/mcp.json`:
85
86
  }
86
87
  ```
87
88
 
89
+ **Step 2 (Optional):** Enable auto-start in `.vscode/settings.json`:
90
+
91
+ ```json
92
+ {
93
+ "chat.mcp.autostart": "newAndOutdated"
94
+ }
95
+ ```
96
+
97
+ This makes VS Code automatically start the gateway when you open the workspace!
98
+
88
99
  That's it! VS Code will:
89
- 1. Start the gateway with your credentials
100
+ 1. Start the gateway with your credentials (automatically if autostart is enabled)
90
101
  2. Gateway reads the `servers` section and proxies those MCP servers
91
102
  3. All tool calls get logged to LangProtect
92
103
 
@@ -290,7 +301,7 @@ pipx install langprotect-mcp-gateway==1.1.0 --force
290
301
 
291
302
  ## Support
292
303
 
293
- - **Documentation:** https://docs.langprotect.com
304
+ - **Documentation:** https://www.langprotect.com/docs
294
305
  - **Issues:** https://github.com/langprotect/mcp-gateway/issues
295
306
  - **Security:** security@langprotect.com
296
307
 
@@ -300,6 +311,6 @@ MIT License - see LICENSE file for details
300
311
 
301
312
  ## Links
302
313
 
303
- - **Homepage:** https://langprotect.com
314
+ - **Homepage:** https://www.langprotect.com/
304
315
  - **GitHub:** https://github.com/langprotect/mcp-gateway
305
- - **Documentation:** https://docs.langprotect.com
316
+ - **Documentation:** https://www.langprotect.com/docs
@@ -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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "langprotect-mcp-gateway"
7
- version = "1.2.1"
7
+ version = "1.2.2"
8
8
  description = "Security gateway for Model Context Protocol (MCP) to protect AI tool interactions"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -35,8 +35,8 @@ dev = [
35
35
  ]
36
36
 
37
37
  [project.urls]
38
- Homepage = "https://langprotect.com"
39
- Documentation = "https://docs.langprotect.com"
38
+ Homepage = "https://www.langprotect.com/"
39
+ Documentation = "https://www.langprotect.com/docs"
40
40
  Repository = "https://github.com/langprotect/mcp-gateway"
41
41
  Issues = "https://github.com/langprotect/mcp-gateway/issues"
42
42