File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,16 @@ jobs:
3333 publish-mcp :
3434 name : Publish to MCP Registry
3535 runs-on : ubuntu-latest
36+ needs : publish
3637 permissions :
3738 id-token : write
3839 contents : read
3940 steps :
4041 - name : Check out code
4142 uses : actions/checkout@v4
43+
44+ - name : Wait for PyPI propagation
45+ run : sleep 10
4246
4347 - name : Install MCP Publisher
4448 run : |
Original file line number Diff line number Diff line change 11[project ]
22name = " mcp-server-appwrite"
3- version = " 0.2.5 "
3+ version = " 0.2.6 "
44description = " MCP (Model Context Protocol) server for Appwrite"
55readme = " README.md"
66requires-python = " >=3.12"
Original file line number Diff line number Diff line change 22 "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json" ,
33 "name" : " io.github.appwrite/mcp-for-api" ,
44 "description" : " MCP (Model Context Protocol) server for Appwrite" ,
5- "version" : " 0.2.5 " ,
5+ "version" : " 0.2.6 " ,
66 "repository" : {
77 "url" : " https://github.com/appwrite/mcp-for-api" ,
88 "source" : " github"
99 },
1010 "packages" : [
1111 {
12- "version" : " 0.2.5 " ,
12+ "version" : " 0.2.6 " ,
1313 "registryType" : " pypi" ,
1414 "identifier" : " mcp-server-appwrite" ,
1515 "transport" : {
You can’t perform that action at this time.
0 commit comments