sceneview-mcp 4.0.3 ā 4.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tools/handler.js +1 -1
- package/package.json +1 -1
package/dist/tools/handler.js
CHANGED
|
@@ -44,7 +44,7 @@ const DISCLAIMER = "\n\n---\n*Generated code suggestion. Review before use in pr
|
|
|
44
44
|
// `SCENEVIEW_SPONSOR_CTA=0`. The counter is module-scoped (per MCP process
|
|
45
45
|
// lifetime), not persisted.
|
|
46
46
|
const SPONSOR_CTA_INTERVAL = 10;
|
|
47
|
-
const SPONSOR_CTA = "\n\nš *Building SceneView is a one-dev labor of love. If
|
|
47
|
+
const SPONSOR_CTA = "\n\nš *Building SceneView is a one-dev labor of love. If it saved you time, consider [supporting on GitHub Sponsors](https://github.com/sponsors/sceneview).*";
|
|
48
48
|
let toolCallCount = 0;
|
|
49
49
|
/** Test-only: reset the module-scoped counter between test cases. */
|
|
50
50
|
export function __resetSponsorCounter() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sceneview-mcp",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"mcpName": "io.github.sceneview/mcp",
|
|
5
5
|
"description": "MCP server for SceneView ā cross-platform 3D & AR SDK for Android and iOS. Give Claude the full SceneView SDK so it writes correct, compilable code.",
|
|
6
6
|
"keywords": [
|