User insights helpers for Alpic-hosted Python MCP servers
Project description
alpic-ai-insights
Capture user intents and feedback from servers using the official MCP Python SDK and deployed on Alpic.
pip install alpic-ai-insights
# or: uv add alpic-ai-insights
from alpic_ai_insights import capture_feedback, capture_intents
from mcp.server.fastmcp import FastMCP
mcp = FastMCP("My server")
@mcp.tool()
def search(query: str) -> str:
return query
capture_intents(mcp)
capture_feedback(mcp)
See the Alpic documentation for filtering tools, capturing an existing argument, custom handlers, and low-level MCP server usage.
Project details
Release history Release notifications | RSS feed
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 alpic_ai_insights-1.163.0.tar.gz.
File metadata
- Download URL: alpic_ai_insights-1.163.0.tar.gz
- Upload date:
- Size: 73.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.12.1 {"installer":{"name":"uv","version":"0.12.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d196ffe7de6cb60109a08e24d0cc899a4c6b98cd444ecda2d80ba846cdadeb0
|
|
| MD5 |
a69acc9cd3e4795d843a4876a2eb376e
|
|
| BLAKE2b-256 |
3202354b52fa56e1a4c8683e2c9603c25873c1e42016d5836c129acde11fe70c
|
File details
Details for the file alpic_ai_insights-1.163.0-py3-none-any.whl.
File metadata
- Download URL: alpic_ai_insights-1.163.0-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.12.1 {"installer":{"name":"uv","version":"0.12.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e132cba7e7e22f2b2d914d8a9d2470ae1d050b8643858f96fb28eff9626b7ccc
|
|
| MD5 |
d5bb21cc8ff34e358784f1adf28a4c18
|
|
| BLAKE2b-256 |
d7860d08355d821608ce0a31278b3d0295995c5a8b827fa479988fb48be4fdc1
|