ynosis-agent
Ynosis Agent API 用の 公開クライアント(CLI / MCP)。
リポジトリは非公開です。ソース clone は不要です。
CLI
pip install ynosis-agent
export YNOSIS_AGENT_API_KEY='yna_...' # マイページ → … → Agent API
ynosis-agent search --q 草津 --limit 5
接続先の既定は https://ynosis.jp。
MCP(アプリに設定を貼る・推奨)
事前 pip 不要。uv(uvx)があるマシンで、アプリの MCP 設定に次を追加します。
起動コマンド:
uvx --from ynosis-agent[mcp] ynosis-agent-mcp
環境変数: YNOSIS_AGENT_API_KEY=yna_…(必須)
Cursor(mcp.json)
{
"mcpServers": {
"ynosis-agent": {
"command": "uvx",
"args": ["--from", "ynosis-agent[mcp]", "ynosis-agent-mcp"],
"env": {
"YNOSIS_AGENT_API_KEY": "yna_REPLACE_ME",
"YNOSIS_AGENT_API_BASE": "https://ynosis.jp"
}
}
}
}
Claude Code
claude mcp add --transport stdio ynosis-agent \
--env YNOSIS_AGENT_API_KEY=yna_REPLACE_ME \
-- uvx --from 'ynosis-agent[mcp]' ynosis-agent-mcp
uv が無い場合のフォールバック: pip install 'ynosis-agent[mcp]' のあと command を ynosis-agent-mcp にする。
運営向け: PyPI 公開
cd packages/ynosis-agent
python -m build
twine upload dist/*
バージョンは pyproject.toml の version を上げてからビルドする。
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ynosis_agent-0.1.0.tar.gz
(11.2 kB
view details)
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 ynosis_agent-0.1.0.tar.gz.
File metadata
- Download URL: ynosis_agent-0.1.0.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6086c5b77198835f4a57d654b46f1cda1ef9e8e622a35e7b85a0f9c9da7a465
|
|
| MD5 |
368282cb261f4f7a858f198a69d98df7
|
|
| BLAKE2b-256 |
dce93337322bcb8ee2d35cf533ef3d6d2b0c86d4ff234a7255fb636908cd2fee
|
File details
Details for the file ynosis_agent-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ynosis_agent-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaef8cb185ae1ceb57070369a593cd590dbc282cf36507c6cbc1d178458c8ca2
|
|
| MD5 |
233fb202cb222625d10640d6877fd286
|
|
| BLAKE2b-256 |
5359e0d8a471068948112471e3f416e4753afae6c6e566a29f679e7a2e54495e
|