Agentic CLI
Sample mcp_server.py
from agentic_cli_test_njoy.tools import mcp
mcp.run(transport="stdio")
Sample mcp_langchin_client.py
import asyncio
import os
from langchain_mcp_adapters.client import MultiServerMCPClient
MCP_SERVER_CONFIG = {
"agentic_cli": {
"transport": "stdio",
"command": "uvx",
"args": ["agentic_cli_test_njoy"],
}
}
async def main():
client = MultiServerMCPClient(MCP_SERVER_CONFIG)
tools = await client.get_tools()
for tool in tools:
print("Available tool:", tool.name)
if __name__ == "__main__":
asyncio.run(main())
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentic_cli_test_njoy-0.1.2.tar.gz.
File metadata
- Download URL: agentic_cli_test_njoy-0.1.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.7 {"installer":{"name":"uv","version":"0.12.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"20.04","id":"focal","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99f2cfdc364a702e145d83914d19b911fcc4bbf08e33f434e7cf57ecb8b5c8cd
|
|
| MD5 |
40cf751f1eb402accc2ebc279a13becb
|
|
| BLAKE2b-256 |
af36415e4fb06abafc1f370ff2c502c8be074837489e75430828e8fa96196345
|
File details
Details for the file agentic_cli_test_njoy-0.1.2-py3-none-any.whl.
File metadata
- Download URL: agentic_cli_test_njoy-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.7 {"installer":{"name":"uv","version":"0.12.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"20.04","id":"focal","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c5c4dfac3dbd4ed26f2200f5a32cd7c8aaa80d2e242e7232f7c4797f0d6e69f
|
|
| MD5 |
b2e9b2ece0090e0f16595d1ac1e55790
|
|
| BLAKE2b-256 |
bcf288975a79acc5d3e043558b22cd882dbaad0c6603255954219a7c241615ad
|