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.
Release files for alpic-ai-insights 1.174.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| alpic_ai_insights-1.174.0.tar.gz | 73.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| alpic_ai_insights-1.174.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 80.1 kB
Release files / alpic_ai_insights-1.174.0.tar.gz
| Download URL | alpic_ai_insights-1.174.0.tar.gz |
|---|---|
| Size | 73.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a630149539530a16fd5d1c22b2d2338580d6e2a6cd8dc110039531bb3210526b
|
|
BLAKE2b-256 checksum How to use checksums |
2905c020f8e9f10709652c863b83668c9a7c99495de1922a8d0d862400b006e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.18 {"installer":{"name":"uv","version":"0.12.18","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}
|
Release files / alpic_ai_insights-1.174.0-py3-none-any.whl
| Download URL | alpic_ai_insights-1.174.0-py3-none-any.whl |
|---|---|
| Size | 6.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9bf13947022c565ca7e6deba7e398a1dfa85a1e7cdfc3eb2657fd718599423ef
|
|
BLAKE2b-256 checksum How to use checksums |
9c71377209a2c1dbb2ae66b793c4d8193c06569a1c0d8e88e1883dd5103d3d26
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.18 {"installer":{"name":"uv","version":"0.12.18","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}
|