Currently if a wiki page contains a in the title it will be wrongly requested from this mcp server.
Currently it will produce a url like:
?path=/Title-AfterSpace
the correct request should be like:
?path=/Title%20AfterSpace
Currently you get for the wiki integration just a 404 from the API.
Currently if a wiki page contains a
in the title it will be wrongly requested from this mcp server.Currently it will produce a url like:
?path=/Title-AfterSpace
the correct request should be like:
?path=/Title%20AfterSpace
Currently you get for the wiki integration just a 404 from the API.