@stellisoft/stellify-mcp 0.1.32 → 0.1.33
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/index.js +8 -4
- package/package.json +1 -1
- package/server.json +2 -2
package/dist/index.js
CHANGED
|
@@ -55,10 +55,14 @@ const STELLIFY_FRAMEWORK_API = {
|
|
|
55
55
|
Diff: ['chars', 'words', 'lines', 'apply', 'createPatch', 'distance', 'similarity', 'commonPrefix', 'commonSuffix'],
|
|
56
56
|
// Utilities
|
|
57
57
|
Time: ['now', 'create', 'parse', 'format', 'toISO', 'toDate', 'toTimestamp', 'toUnix', 'add', 'subtract', 'diff', 'isBefore', 'isAfter', 'isSame', 'isBetween', 'startOf', 'endOf', 'year', 'month', 'day', 'weekday', 'hour', 'minute', 'second', 'relative', 'clone'],
|
|
58
|
-
//
|
|
58
|
+
// Vue Composables
|
|
59
59
|
useStellify: ['(generic adapter for any module)'],
|
|
60
|
-
useForm: ['bind'],
|
|
61
|
-
useTable: ['
|
|
60
|
+
useForm: ['bind', 'state', 'set', 'get', 'getData', 'validate', 'isValid', 'getErrors', 'getError', 'reset', 'store', 'update', 'delete'],
|
|
61
|
+
useTable: ['state', 'setData', 'addColumn', 'removeColumn', 'sort', 'filter', 'clearFilter', 'paginate', 'page'],
|
|
62
|
+
useInfiniteScroll: ['items (Collection)', 'loading', 'hasMore', 'error', 'page', 'total', 'loadMore', 'reset', 'refresh', 'sentinelRef'],
|
|
63
|
+
useLiveData: ['data (Collection)', 'loading', 'error', 'connected', 'refresh', 'disconnect', 'reconnect', 'push', 'remove', 'update'],
|
|
64
|
+
useQueryState: ['(reactive refs per param)', 'getAll', 'setAll', 'reset', 'getUrl'],
|
|
65
|
+
useLazyLoad: ['data', 'visible', 'loading', 'loaded', 'error', 'targetRef', 'load', 'reset'],
|
|
62
66
|
};
|
|
63
67
|
const tools = [
|
|
64
68
|
{
|
|
@@ -1425,7 +1429,7 @@ When creating Vue/ React etc. components, ALWAYS check the \`appJs\` field in th
|
|
|
1425
1429
|
// Create MCP server
|
|
1426
1430
|
const server = new Server({
|
|
1427
1431
|
name: 'stellify-mcp',
|
|
1428
|
-
version: '0.1.
|
|
1432
|
+
version: '0.1.33',
|
|
1429
1433
|
}, {
|
|
1430
1434
|
capabilities: {
|
|
1431
1435
|
tools: {},
|
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"url": "https://github.com/Stellify-Software-Ltd/stellify-mcp",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.33",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"identifier": "@stellisoft/stellify-mcp",
|
|
14
|
-
"version": "0.1.
|
|
14
|
+
"version": "0.1.33",
|
|
15
15
|
"transport": {
|
|
16
16
|
"type": "stdio"
|
|
17
17
|
},
|