monocle-mcp 0.6.0__tar.gz → 0.6.6__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.
Potentially problematic release.
This version of monocle-mcp might be problematic. Click here for more details.
- {monocle_mcp-0.6.0 → monocle_mcp-0.6.6}/PKG-INFO +2 -2
- {monocle_mcp-0.6.0 → monocle_mcp-0.6.6}/README.md +1 -1
- {monocle_mcp-0.6.0 → monocle_mcp-0.6.6}/pyproject.toml +1 -1
- {monocle_mcp-0.6.0 → monocle_mcp-0.6.6}/.gitignore +0 -0
- {monocle_mcp-0.6.0 → monocle_mcp-0.6.6}/LICENSE +0 -0
- {monocle_mcp-0.6.0 → monocle_mcp-0.6.6}/src/monocle_mcp/mcp_server.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: monocle_mcp
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.6
|
|
4
4
|
Summary: Monocle MCP server: prompts and tools for enabling and analyzing Monocle tracing in GenAI apps.
|
|
5
5
|
Author-email: "Okahu Inc." <okahu-pypi@okahu.ai>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -25,7 +25,7 @@ The MCP server provided by monocle includes curated prompts and tools that help
|
|
|
25
25
|
|
|
26
26
|
## Use Monocle MCP
|
|
27
27
|
|
|
28
|
-
First install monocle-apptrace: pip install monocle-
|
|
28
|
+
First install monocle-apptrace: pip install monocle-mcp
|
|
29
29
|
|
|
30
30
|
Open bash and run the following command to run the monocle mcp server with stdio:
|
|
31
31
|
monocle_apptrace
|
|
@@ -7,7 +7,7 @@ The MCP server provided by monocle includes curated prompts and tools that help
|
|
|
7
7
|
|
|
8
8
|
## Use Monocle MCP
|
|
9
9
|
|
|
10
|
-
First install monocle-apptrace: pip install monocle-
|
|
10
|
+
First install monocle-apptrace: pip install monocle-mcp
|
|
11
11
|
|
|
12
12
|
Open bash and run the following command to run the monocle mcp server with stdio:
|
|
13
13
|
monocle_apptrace
|
|
@@ -10,7 +10,7 @@ commands = [
|
|
|
10
10
|
|
|
11
11
|
[project]
|
|
12
12
|
name = "monocle_mcp"
|
|
13
|
-
version = "0.6.
|
|
13
|
+
version = "0.6.6"
|
|
14
14
|
description = "Monocle MCP server: prompts and tools for enabling and analyzing Monocle tracing in GenAI apps."
|
|
15
15
|
readme = "README.md"
|
|
16
16
|
requires-python = ">=3.8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|