You always have something to ask Vincent—anything, everything—you just want to know how Vincent would say it. So, let’s ask Vincent
Project description
# example prompt in agent
I wanna change the database structure. How would Vincent say that?
I’m taking some time off next month. How would Vincent say that?
# build
git clone https://gitlab.com/jiechau/jiechau_mcp_vincent_says.git
cd jiechau_mcp_vincent_says/
uv init . --package -p 3.13
uv add mcp[cli]
uv build
uv publish --token <pypi token>
# vscode copilot
.vscode/mcp.json
{
"servers": {
"my-mcp-server-vincent-says": {
"type": "stdio",
"command": "uvx",
"args": [
"jiechau-mcp-vincent-says"
]
}
},
"inputs": []
}
# claude code
.claude/settings.local.json
{
"enabledMcpjsonServers": [
"my-mcp-server-vincent-says"
],
"enableAllProjectMcpServers": true
}
.mcp.json
{
"mcpServers": {
"my-mcp-server-vincent-says": {
"type": "stdio",
"command": "uvx",
"args": [
"jiechau-mcp-vincent-says"
],
"env": {}
}
}
}
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 jiechau_mcp_vincent_says-0.1.1.tar.gz.
File metadata
- Download URL: jiechau_mcp_vincent_says-0.1.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0ef6007d31b7e9a0f8205ba0e606cb29067fcfb4dbfe2d7b7995098fb2bf175
|
|
| MD5 |
2535c8aaa7d22884ceda8413fe67101f
|
|
| BLAKE2b-256 |
37f805f58017540d206411bc96de1930a11a2cc9cfe5ce27d955c65b9bec4636
|
File details
Details for the file jiechau_mcp_vincent_says-0.1.1-py3-none-any.whl.
File metadata
- Download URL: jiechau_mcp_vincent_says-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6e20f1665668b898809d75e5aebd9aab6f1a72c6049e28b076e7fbd2e287b7b
|
|
| MD5 |
76e46d4e0b59574dff6f0465e83f9ff2
|
|
| BLAKE2b-256 |
9aadb9641fba859cd43ebc8501a46325a6cfc9644944b0c4520e0fddc94de4f2
|