dokuwiki-plugin-mcp
dokuwiki-plugin-mcpは、DokuWikiのためのプラグインであり、主にコンテンツ管理やAPIとの連携を目的としています。ユーザーが情報を効率的に管理し、外部システムと連携するための機能を提供します。プラグインは、DokuWikiの拡張性を高め、ユーザーエクスペリエンスを向上させるために設計されています。
GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
10
フォーク
1
イシュー
0
mcp plugin for DokuWiki
Make the remote API available as MCP server
All documentation for this plugin can be found at
https://www.dokuwiki.org/plugin:mcp
If you install this plugin manually, make sure it is installed in
lib/plugins/mcp/ - if the folder is called different it
will not work!
Please refer to http://www.dokuwiki.org/extensions for additional info
on how to install extensions in DokuWiki.
Copyright (C) Andreas Gohr andi@splitbrain.org
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
See the LICENSING file for details
0
フォロワー
0
リポジトリ
0
Gist
0
貢献数
mcp-serverは、WordPress REST APIを使用してMCP(Model Context Protocol)サーバーを実装するプラグインです。このプラグインは、最新のMCP仕様に基づくStreamable HTTPトランスポートを実装することを目的としています。内部では、logiscape/mcp-sdk-phpパッケージを使用して完全なMCPサーバーをセットアップし、その機能をWordPress内の新しいREST APIルートを通じて公開します。現在、Streamable HTTPトランスポートは完全には実装されておらず、テストもないため、期待通りに動作しない可能性があります。