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.172.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.172.0.tar.gz | 73.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| alpic_ai_insights-1.172.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 80.1 kB
Release files / alpic_ai_insights-1.172.0.tar.gz
| Download URL | alpic_ai_insights-1.172.0.tar.gz |
|---|---|
| Size | 73.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0583e60bb340d4f883efb2f4e272c1c4c684758de40cde643b5053dd15d70dd3
|
|
BLAKE2b-256 checksum How to use checksums |
210bc0cd5a7fc4427251976b5fd9a9868241c67ca4b0920be6c5ba23c0288e09
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.172.0-py3-none-any.whl
| Download URL | alpic_ai_insights-1.172.0-py3-none-any.whl |
|---|---|
| Size | 6.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b957027c7dc111d5f328d13d00ec029f1095b98ff60507fdf857021255744f52
|
|
BLAKE2b-256 checksum How to use checksums |
55a4f3fbf772ac7d71c11a38e5873866bf2de5bc38cc8a682f8fc0f5d46cb0c6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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}
|