@basicbit/vrchat-mcp 0.1.7 → 0.1.9
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/CHANGELOG.md +23 -0
- package/README.md +57 -10
- package/dist/bin/cli.js +1 -1
- package/dist/bin/cli.js.map +1 -1
- package/dist/package.json +5 -3
- package/dist/src/cli.js +78 -0
- package/dist/src/cli.js.map +1 -0
- package/dist/src/config/defaults.json +7 -0
- package/dist/src/config/index.js +51 -0
- package/dist/src/config/index.js.map +1 -1
- package/dist/src/core/client.js +4 -2
- package/dist/src/core/client.js.map +1 -1
- package/dist/src/core/generatedToolOverrides.js +3 -0
- package/dist/src/core/generatedToolOverrides.js.map +1 -1
- package/dist/src/core/retry.js +89 -0
- package/dist/src/core/retry.js.map +1 -0
- package/dist/src/core/writeToolRegistry.js +20 -0
- package/dist/src/core/writeToolRegistry.js.map +1 -1
- package/dist/src/index.js +66 -22
- package/dist/src/index.js.map +1 -1
- package/dist/src/models/groups.js +82 -10
- package/dist/src/models/groups.js.map +1 -1
- package/dist/src/resources/subscriptions.js +21 -8
- package/dist/src/resources/subscriptions.js.map +1 -1
- package/dist/src/server.js +42 -0
- package/dist/src/server.js.map +1 -0
- package/dist/src/services/api/client.js +3 -0
- package/dist/src/services/api/client.js.map +1 -1
- package/dist/src/services/cache.js +7 -0
- package/dist/src/services/cache.js.map +1 -1
- package/dist/src/services/groups/curated.js +7 -50
- package/dist/src/services/groups/curated.js.map +1 -1
- package/dist/src/services/groups/index.js +2 -0
- package/dist/src/services/groups/index.js.map +1 -1
- package/dist/src/services/groups/members.js +155 -0
- package/dist/src/services/groups/members.js.map +1 -0
- package/dist/src/services/groups/posts.js +0 -0
- package/dist/src/services/groups/posts.js.map +1 -0
- package/dist/src/services/groups/roles.js +4 -0
- package/dist/src/services/groups/roles.js.map +1 -1
- package/dist/src/services/invites/bulk.js +2 -56
- package/dist/src/services/invites/bulk.js.map +1 -1
- package/dist/src/services/pipeline/handlers.js +4 -4
- package/dist/src/services/pipeline/handlers.js.map +1 -1
- package/dist/src/tools/curated/groupPosts.js +173 -0
- package/dist/src/tools/curated/groupPosts.js.map +1 -0
- package/dist/src/tools/curated/groups.js +5 -43
- package/dist/src/tools/curated/groups.js.map +1 -1
- package/dist/src/tools/registerAllTools.js +2 -0
- package/dist/src/tools/registerAllTools.js.map +1 -1
- package/dist/src/transports/http.js +343 -0
- package/dist/src/transports/http.js.map +1 -0
- package/docs/architecture.md +5 -1
- package/docs/curated-tools.md +18 -0
- package/docs/privacy.md +2 -2
- package/docs/tools-guide.md +1 -0
- package/docs/tools.md +444 -24
- package/package.json +5 -3
- package/server.json +2 -2
package/docs/tools.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Tool Catalog (generated)
|
|
2
2
|
|
|
3
|
-
Generated: 2026-
|
|
3
|
+
Generated: 2026-07-30T16:08:13.535Z
|
|
4
4
|
|
|
5
5
|
Spec: VRChat API Documentation (1.20.7)
|
|
6
6
|
|
|
@@ -3865,7 +3865,7 @@ Output schema:
|
|
|
3865
3865
|
```
|
|
3866
3866
|
|
|
3867
3867
|
### vrchat_group_members
|
|
3868
|
-
List group members by
|
|
3868
|
+
List one page of compact group members by default. Use view=all only when a complete, cached snapshot is required (read-only, capped at 10,000). (read-only)
|
|
3869
3869
|
|
|
3870
3870
|
Input schema:
|
|
3871
3871
|
|
|
@@ -3875,36 +3875,41 @@ Input schema:
|
|
|
3875
3875
|
"type": "object",
|
|
3876
3876
|
"properties": {
|
|
3877
3877
|
"groupId": {
|
|
3878
|
-
"type": "string"
|
|
3878
|
+
"type": "string",
|
|
3879
|
+
"description": "Exact group ID. Provide groupId or shortCode."
|
|
3879
3880
|
},
|
|
3880
3881
|
"shortCode": {
|
|
3881
|
-
"type": "string"
|
|
3882
|
+
"type": "string",
|
|
3883
|
+
"description": "Exact group short code. Provide groupId or shortCode."
|
|
3882
3884
|
},
|
|
3883
3885
|
"roleId": {
|
|
3884
|
-
"type": "string"
|
|
3886
|
+
"type": "string",
|
|
3887
|
+
"description": "Only include members with this role."
|
|
3885
3888
|
},
|
|
3886
3889
|
"sort": {
|
|
3887
|
-
"type": "string"
|
|
3888
|
-
|
|
3889
|
-
"pageSize": {
|
|
3890
|
-
"type": "integer",
|
|
3891
|
-
"minimum": 1,
|
|
3892
|
-
"maximum": 100
|
|
3890
|
+
"type": "string",
|
|
3891
|
+
"description": "VRChat group-member sort expression."
|
|
3893
3892
|
},
|
|
3894
|
-
"
|
|
3895
|
-
"
|
|
3896
|
-
"
|
|
3897
|
-
"
|
|
3893
|
+
"view": {
|
|
3894
|
+
"description": "page fetches one bounded API page; all explicitly loads and caches a rate-aware snapshot capped at 10,000 members.",
|
|
3895
|
+
"default": "page",
|
|
3896
|
+
"type": "string",
|
|
3897
|
+
"enum": [
|
|
3898
|
+
"page",
|
|
3899
|
+
"all"
|
|
3900
|
+
]
|
|
3898
3901
|
},
|
|
3899
|
-
"
|
|
3902
|
+
"pageSize": {
|
|
3900
3903
|
"type": "integer",
|
|
3901
3904
|
"minimum": 1,
|
|
3902
|
-
"maximum":
|
|
3905
|
+
"maximum": 100,
|
|
3906
|
+
"description": "Members to fetch when view=page. Ignored when view=all."
|
|
3903
3907
|
},
|
|
3904
3908
|
"offset": {
|
|
3905
3909
|
"type": "integer",
|
|
3906
3910
|
"minimum": 0,
|
|
3907
|
-
"maximum": 9007199254740991
|
|
3911
|
+
"maximum": 9007199254740991,
|
|
3912
|
+
"description": "Starting member offset when view=page. Ignored when view=all."
|
|
3908
3913
|
}
|
|
3909
3914
|
},
|
|
3910
3915
|
"additionalProperties": false
|
|
@@ -3921,7 +3926,14 @@ Output schema:
|
|
|
3921
3926
|
"groupId": {
|
|
3922
3927
|
"type": "string"
|
|
3923
3928
|
},
|
|
3924
|
-
"
|
|
3929
|
+
"view": {
|
|
3930
|
+
"type": "string",
|
|
3931
|
+
"enum": [
|
|
3932
|
+
"page",
|
|
3933
|
+
"all"
|
|
3934
|
+
]
|
|
3935
|
+
},
|
|
3936
|
+
"returnedMembers": {
|
|
3925
3937
|
"type": "integer",
|
|
3926
3938
|
"minimum": 0,
|
|
3927
3939
|
"maximum": 9007199254740991
|
|
@@ -3989,9 +4001,411 @@ Output schema:
|
|
|
3989
4001
|
},
|
|
3990
4002
|
"required": [
|
|
3991
4003
|
"groupId",
|
|
3992
|
-
"
|
|
4004
|
+
"view",
|
|
4005
|
+
"returnedMembers",
|
|
3993
4006
|
"truncated",
|
|
3994
|
-
"stale"
|
|
4007
|
+
"stale",
|
|
4008
|
+
"members"
|
|
4009
|
+
],
|
|
4010
|
+
"additionalProperties": false
|
|
4011
|
+
}
|
|
4012
|
+
```
|
|
4013
|
+
|
|
4014
|
+
### vrchat_group_post_create
|
|
4015
|
+
Create a group post (announcement). Does not notify members unless sendNotification is true. (write)
|
|
4016
|
+
|
|
4017
|
+
Input schema:
|
|
4018
|
+
|
|
4019
|
+
```json
|
|
4020
|
+
{
|
|
4021
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
4022
|
+
"type": "object",
|
|
4023
|
+
"properties": {
|
|
4024
|
+
"title": {
|
|
4025
|
+
"type": "string",
|
|
4026
|
+
"minLength": 1,
|
|
4027
|
+
"description": "Post title."
|
|
4028
|
+
},
|
|
4029
|
+
"text": {
|
|
4030
|
+
"type": "string",
|
|
4031
|
+
"minLength": 1,
|
|
4032
|
+
"description": "Post body text."
|
|
4033
|
+
},
|
|
4034
|
+
"visibility": {
|
|
4035
|
+
"type": "string",
|
|
4036
|
+
"enum": [
|
|
4037
|
+
"group",
|
|
4038
|
+
"public"
|
|
4039
|
+
],
|
|
4040
|
+
"description": "group restricts the post to members; public shows it on the group page."
|
|
4041
|
+
},
|
|
4042
|
+
"roleIds": {
|
|
4043
|
+
"type": "array",
|
|
4044
|
+
"items": {
|
|
4045
|
+
"type": "string"
|
|
4046
|
+
},
|
|
4047
|
+
"description": "Restrict the post to these group roles. Omit to show it to everyone who can see the post."
|
|
4048
|
+
},
|
|
4049
|
+
"imageId": {
|
|
4050
|
+
"type": "string",
|
|
4051
|
+
"description": "Existing VRChat file ID to attach as the post image."
|
|
4052
|
+
},
|
|
4053
|
+
"sendNotification": {
|
|
4054
|
+
"description": "Notify group members. Defaults to false; set true only when the post warrants a ping.",
|
|
4055
|
+
"default": false,
|
|
4056
|
+
"type": "boolean"
|
|
4057
|
+
},
|
|
4058
|
+
"groupId": {
|
|
4059
|
+
"type": "string",
|
|
4060
|
+
"description": "Exact group ID. Provide groupId or shortCode."
|
|
4061
|
+
},
|
|
4062
|
+
"shortCode": {
|
|
4063
|
+
"type": "string",
|
|
4064
|
+
"description": "Exact group short code. Provide groupId or shortCode."
|
|
4065
|
+
}
|
|
4066
|
+
},
|
|
4067
|
+
"required": [
|
|
4068
|
+
"title",
|
|
4069
|
+
"text",
|
|
4070
|
+
"visibility"
|
|
4071
|
+
],
|
|
4072
|
+
"additionalProperties": false
|
|
4073
|
+
}
|
|
4074
|
+
```
|
|
4075
|
+
|
|
4076
|
+
Output schema:
|
|
4077
|
+
|
|
4078
|
+
```json
|
|
4079
|
+
{
|
|
4080
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
4081
|
+
"type": "object",
|
|
4082
|
+
"properties": {
|
|
4083
|
+
"status": {
|
|
4084
|
+
"type": "string",
|
|
4085
|
+
"enum": [
|
|
4086
|
+
"created",
|
|
4087
|
+
"updated",
|
|
4088
|
+
"deleted"
|
|
4089
|
+
]
|
|
4090
|
+
},
|
|
4091
|
+
"groupId": {
|
|
4092
|
+
"type": "string"
|
|
4093
|
+
},
|
|
4094
|
+
"postId": {
|
|
4095
|
+
"type": "string"
|
|
4096
|
+
},
|
|
4097
|
+
"mergedFromExisting": {
|
|
4098
|
+
"type": "boolean"
|
|
4099
|
+
},
|
|
4100
|
+
"post": {
|
|
4101
|
+
"anyOf": [
|
|
4102
|
+
{
|
|
4103
|
+
"type": "object",
|
|
4104
|
+
"properties": {
|
|
4105
|
+
"id": {
|
|
4106
|
+
"type": "string"
|
|
4107
|
+
},
|
|
4108
|
+
"title": {
|
|
4109
|
+
"type": "string"
|
|
4110
|
+
},
|
|
4111
|
+
"text": {
|
|
4112
|
+
"type": "string"
|
|
4113
|
+
},
|
|
4114
|
+
"createdAt": {
|
|
4115
|
+
"type": "string"
|
|
4116
|
+
},
|
|
4117
|
+
"updatedAt": {
|
|
4118
|
+
"type": "string"
|
|
4119
|
+
},
|
|
4120
|
+
"authorId": {
|
|
4121
|
+
"type": "string"
|
|
4122
|
+
},
|
|
4123
|
+
"visibility": {
|
|
4124
|
+
"type": "string"
|
|
4125
|
+
},
|
|
4126
|
+
"roleIds": {
|
|
4127
|
+
"type": "array",
|
|
4128
|
+
"items": {
|
|
4129
|
+
"type": "string"
|
|
4130
|
+
}
|
|
4131
|
+
},
|
|
4132
|
+
"imageId": {
|
|
4133
|
+
"type": "string"
|
|
4134
|
+
}
|
|
4135
|
+
},
|
|
4136
|
+
"required": [
|
|
4137
|
+
"id"
|
|
4138
|
+
],
|
|
4139
|
+
"additionalProperties": false
|
|
4140
|
+
},
|
|
4141
|
+
{
|
|
4142
|
+
"type": "null"
|
|
4143
|
+
}
|
|
4144
|
+
]
|
|
4145
|
+
}
|
|
4146
|
+
},
|
|
4147
|
+
"required": [
|
|
4148
|
+
"status",
|
|
4149
|
+
"groupId"
|
|
4150
|
+
],
|
|
4151
|
+
"additionalProperties": false
|
|
4152
|
+
}
|
|
4153
|
+
```
|
|
4154
|
+
|
|
4155
|
+
### vrchat_group_post_delete
|
|
4156
|
+
Delete a group post. Members already notified about it are not un-notified. (write, destructive)
|
|
4157
|
+
|
|
4158
|
+
Input schema:
|
|
4159
|
+
|
|
4160
|
+
```json
|
|
4161
|
+
{
|
|
4162
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
4163
|
+
"type": "object",
|
|
4164
|
+
"properties": {
|
|
4165
|
+
"groupId": {
|
|
4166
|
+
"type": "string",
|
|
4167
|
+
"description": "Exact group ID. Provide groupId or shortCode."
|
|
4168
|
+
},
|
|
4169
|
+
"shortCode": {
|
|
4170
|
+
"type": "string",
|
|
4171
|
+
"description": "Exact group short code. Provide groupId or shortCode."
|
|
4172
|
+
},
|
|
4173
|
+
"postId": {
|
|
4174
|
+
"type": "string",
|
|
4175
|
+
"description": "Post ID to delete."
|
|
4176
|
+
}
|
|
4177
|
+
},
|
|
4178
|
+
"required": [
|
|
4179
|
+
"postId"
|
|
4180
|
+
],
|
|
4181
|
+
"additionalProperties": false
|
|
4182
|
+
}
|
|
4183
|
+
```
|
|
4184
|
+
|
|
4185
|
+
Output schema:
|
|
4186
|
+
|
|
4187
|
+
```json
|
|
4188
|
+
{
|
|
4189
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
4190
|
+
"type": "object",
|
|
4191
|
+
"properties": {
|
|
4192
|
+
"status": {
|
|
4193
|
+
"type": "string",
|
|
4194
|
+
"enum": [
|
|
4195
|
+
"created",
|
|
4196
|
+
"updated",
|
|
4197
|
+
"deleted"
|
|
4198
|
+
]
|
|
4199
|
+
},
|
|
4200
|
+
"groupId": {
|
|
4201
|
+
"type": "string"
|
|
4202
|
+
},
|
|
4203
|
+
"postId": {
|
|
4204
|
+
"type": "string"
|
|
4205
|
+
},
|
|
4206
|
+
"mergedFromExisting": {
|
|
4207
|
+
"type": "boolean"
|
|
4208
|
+
},
|
|
4209
|
+
"post": {
|
|
4210
|
+
"anyOf": [
|
|
4211
|
+
{
|
|
4212
|
+
"type": "object",
|
|
4213
|
+
"properties": {
|
|
4214
|
+
"id": {
|
|
4215
|
+
"type": "string"
|
|
4216
|
+
},
|
|
4217
|
+
"title": {
|
|
4218
|
+
"type": "string"
|
|
4219
|
+
},
|
|
4220
|
+
"text": {
|
|
4221
|
+
"type": "string"
|
|
4222
|
+
},
|
|
4223
|
+
"createdAt": {
|
|
4224
|
+
"type": "string"
|
|
4225
|
+
},
|
|
4226
|
+
"updatedAt": {
|
|
4227
|
+
"type": "string"
|
|
4228
|
+
},
|
|
4229
|
+
"authorId": {
|
|
4230
|
+
"type": "string"
|
|
4231
|
+
},
|
|
4232
|
+
"visibility": {
|
|
4233
|
+
"type": "string"
|
|
4234
|
+
},
|
|
4235
|
+
"roleIds": {
|
|
4236
|
+
"type": "array",
|
|
4237
|
+
"items": {
|
|
4238
|
+
"type": "string"
|
|
4239
|
+
}
|
|
4240
|
+
},
|
|
4241
|
+
"imageId": {
|
|
4242
|
+
"type": "string"
|
|
4243
|
+
}
|
|
4244
|
+
},
|
|
4245
|
+
"required": [
|
|
4246
|
+
"id"
|
|
4247
|
+
],
|
|
4248
|
+
"additionalProperties": false
|
|
4249
|
+
},
|
|
4250
|
+
{
|
|
4251
|
+
"type": "null"
|
|
4252
|
+
}
|
|
4253
|
+
]
|
|
4254
|
+
}
|
|
4255
|
+
},
|
|
4256
|
+
"required": [
|
|
4257
|
+
"status",
|
|
4258
|
+
"groupId"
|
|
4259
|
+
],
|
|
4260
|
+
"additionalProperties": false
|
|
4261
|
+
}
|
|
4262
|
+
```
|
|
4263
|
+
|
|
4264
|
+
### vrchat_group_post_update
|
|
4265
|
+
Update a group post. Omitted fields keep their current values; pass roleIds: [] to clear role restrictions. VRChat replaces the whole post on edit, so this reads the most recent 300 posts to recover the fields you did not send. If the post is older than that window, supplying title, text, and visibility still lets the edit land, but it cannot preserve roleIds or imageId and the response reports mergedFromExisting: false. Editing does not re-notify members unless sendNotification is true. (write)
|
|
4266
|
+
|
|
4267
|
+
Input schema:
|
|
4268
|
+
|
|
4269
|
+
```json
|
|
4270
|
+
{
|
|
4271
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
4272
|
+
"type": "object",
|
|
4273
|
+
"properties": {
|
|
4274
|
+
"title": {
|
|
4275
|
+
"type": "string",
|
|
4276
|
+
"minLength": 1,
|
|
4277
|
+
"description": "Post title."
|
|
4278
|
+
},
|
|
4279
|
+
"text": {
|
|
4280
|
+
"type": "string",
|
|
4281
|
+
"minLength": 1,
|
|
4282
|
+
"description": "Post body text."
|
|
4283
|
+
},
|
|
4284
|
+
"visibility": {
|
|
4285
|
+
"type": "string",
|
|
4286
|
+
"enum": [
|
|
4287
|
+
"group",
|
|
4288
|
+
"public"
|
|
4289
|
+
],
|
|
4290
|
+
"description": "group restricts the post to members; public shows it on the group page."
|
|
4291
|
+
},
|
|
4292
|
+
"roleIds": {
|
|
4293
|
+
"type": "array",
|
|
4294
|
+
"items": {
|
|
4295
|
+
"type": "string"
|
|
4296
|
+
},
|
|
4297
|
+
"description": "Replace the post role restrictions. Omit to keep the current roles; pass an empty array to clear them."
|
|
4298
|
+
},
|
|
4299
|
+
"imageId": {
|
|
4300
|
+
"anyOf": [
|
|
4301
|
+
{
|
|
4302
|
+
"type": "string"
|
|
4303
|
+
},
|
|
4304
|
+
{
|
|
4305
|
+
"type": "null"
|
|
4306
|
+
}
|
|
4307
|
+
],
|
|
4308
|
+
"description": "Replace the post image. Omit to keep the current image; pass null to remove it."
|
|
4309
|
+
},
|
|
4310
|
+
"sendNotification": {
|
|
4311
|
+
"description": "Re-notify group members about the edit. Defaults to false so corrections stay quiet.",
|
|
4312
|
+
"default": false,
|
|
4313
|
+
"type": "boolean"
|
|
4314
|
+
},
|
|
4315
|
+
"groupId": {
|
|
4316
|
+
"type": "string",
|
|
4317
|
+
"description": "Exact group ID. Provide groupId or shortCode."
|
|
4318
|
+
},
|
|
4319
|
+
"shortCode": {
|
|
4320
|
+
"type": "string",
|
|
4321
|
+
"description": "Exact group short code. Provide groupId or shortCode."
|
|
4322
|
+
},
|
|
4323
|
+
"postId": {
|
|
4324
|
+
"type": "string",
|
|
4325
|
+
"description": "Post ID from vrchat_group_post_create or vrchat_group_posts_recent. Shaped like a notification ID (not_...)."
|
|
4326
|
+
}
|
|
4327
|
+
},
|
|
4328
|
+
"required": [
|
|
4329
|
+
"postId"
|
|
4330
|
+
],
|
|
4331
|
+
"additionalProperties": false
|
|
4332
|
+
}
|
|
4333
|
+
```
|
|
4334
|
+
|
|
4335
|
+
Output schema:
|
|
4336
|
+
|
|
4337
|
+
```json
|
|
4338
|
+
{
|
|
4339
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
4340
|
+
"type": "object",
|
|
4341
|
+
"properties": {
|
|
4342
|
+
"status": {
|
|
4343
|
+
"type": "string",
|
|
4344
|
+
"enum": [
|
|
4345
|
+
"created",
|
|
4346
|
+
"updated",
|
|
4347
|
+
"deleted"
|
|
4348
|
+
]
|
|
4349
|
+
},
|
|
4350
|
+
"groupId": {
|
|
4351
|
+
"type": "string"
|
|
4352
|
+
},
|
|
4353
|
+
"postId": {
|
|
4354
|
+
"type": "string"
|
|
4355
|
+
},
|
|
4356
|
+
"mergedFromExisting": {
|
|
4357
|
+
"type": "boolean"
|
|
4358
|
+
},
|
|
4359
|
+
"post": {
|
|
4360
|
+
"anyOf": [
|
|
4361
|
+
{
|
|
4362
|
+
"type": "object",
|
|
4363
|
+
"properties": {
|
|
4364
|
+
"id": {
|
|
4365
|
+
"type": "string"
|
|
4366
|
+
},
|
|
4367
|
+
"title": {
|
|
4368
|
+
"type": "string"
|
|
4369
|
+
},
|
|
4370
|
+
"text": {
|
|
4371
|
+
"type": "string"
|
|
4372
|
+
},
|
|
4373
|
+
"createdAt": {
|
|
4374
|
+
"type": "string"
|
|
4375
|
+
},
|
|
4376
|
+
"updatedAt": {
|
|
4377
|
+
"type": "string"
|
|
4378
|
+
},
|
|
4379
|
+
"authorId": {
|
|
4380
|
+
"type": "string"
|
|
4381
|
+
},
|
|
4382
|
+
"visibility": {
|
|
4383
|
+
"type": "string"
|
|
4384
|
+
},
|
|
4385
|
+
"roleIds": {
|
|
4386
|
+
"type": "array",
|
|
4387
|
+
"items": {
|
|
4388
|
+
"type": "string"
|
|
4389
|
+
}
|
|
4390
|
+
},
|
|
4391
|
+
"imageId": {
|
|
4392
|
+
"type": "string"
|
|
4393
|
+
}
|
|
4394
|
+
},
|
|
4395
|
+
"required": [
|
|
4396
|
+
"id"
|
|
4397
|
+
],
|
|
4398
|
+
"additionalProperties": false
|
|
4399
|
+
},
|
|
4400
|
+
{
|
|
4401
|
+
"type": "null"
|
|
4402
|
+
}
|
|
4403
|
+
]
|
|
4404
|
+
}
|
|
4405
|
+
},
|
|
4406
|
+
"required": [
|
|
4407
|
+
"status",
|
|
4408
|
+
"groupId"
|
|
3995
4409
|
],
|
|
3996
4410
|
"additionalProperties": false
|
|
3997
4411
|
}
|
|
@@ -4128,6 +4542,15 @@ Output schema:
|
|
|
4128
4542
|
},
|
|
4129
4543
|
"visibility": {
|
|
4130
4544
|
"type": "string"
|
|
4545
|
+
},
|
|
4546
|
+
"roleIds": {
|
|
4547
|
+
"type": "array",
|
|
4548
|
+
"items": {
|
|
4549
|
+
"type": "string"
|
|
4550
|
+
}
|
|
4551
|
+
},
|
|
4552
|
+
"imageId": {
|
|
4553
|
+
"type": "string"
|
|
4131
4554
|
}
|
|
4132
4555
|
},
|
|
4133
4556
|
"required": [
|
|
@@ -9140,7 +9563,6 @@ Generated output uses a compact envelope; exact API response content is under `d
|
|
|
9140
9563
|
- `acceptFriendRequest` via `vrchat_write` (PUT /auth/user/notifications/{notificationId}/accept) - Write VRChat API: Accept Friend Request.
|
|
9141
9564
|
- `acknowledgeNotificationV2` via `vrchat_write` (POST /notifications/{notificationId}/see) - Write VRChat API: Acknowledge NotificationV2.
|
|
9142
9565
|
- `addGroupGalleryImage` via `vrchat_write` (POST /groups/{groupId}/galleries/{groupGalleryId}/images) - Write VRChat API: Add Group Gallery Image.
|
|
9143
|
-
- `addGroupPost` via `vrchat_write` (POST /groups/{groupId}/posts) - Write VRChat API: Create a post in a Group.
|
|
9144
9566
|
- `addTags` via `vrchat_write` (POST /users/{userId}/addTags) - Write VRChat API: Add User Tags.
|
|
9145
9567
|
- `banGroupMember` via `vrchat_write` (POST /groups/{groupId}/bans) - Write VRChat API: Ban Group Member.
|
|
9146
9568
|
- `blockGroup` via `vrchat_write` (POST /groups/{groupId}/block) - Write VRChat API: Block Group.
|
|
@@ -9190,7 +9612,6 @@ Generated output uses a compact envelope; exact API response content is under `d
|
|
|
9190
9612
|
- `updateGroup` via `vrchat_write` (PUT /groups/{groupId}) - Write VRChat API: Update Group.
|
|
9191
9613
|
- `updateGroupGallery` via `vrchat_write` (PUT /groups/{groupId}/galleries/{groupGalleryId}) - Write VRChat API: Update Group Gallery.
|
|
9192
9614
|
- `updateGroupMember` via `vrchat_write` (PUT /groups/{groupId}/members/{userId}) - Write VRChat API: Update Group Member.
|
|
9193
|
-
- `updateGroupPost` via `vrchat_write` (PUT /groups/{groupId}/posts/{notificationId}) - Write VRChat API: Edits a Group post.
|
|
9194
9615
|
- `updateGroupRepresentation` via `vrchat_write` (PUT /groups/{groupId}/representation) - Write VRChat API: Update Group Representation.
|
|
9195
9616
|
- `updateInviteMessage` via `vrchat_write` (PUT /message/{userId}/{messageType}/{slot}) - Write VRChat API: Update Invite Message.
|
|
9196
9617
|
- `updateOwnInventoryItem` via `vrchat_write` (PUT /inventory/{inventoryItemId}) - Write VRChat API: Update Own Inventory Item.
|
|
@@ -9289,7 +9710,6 @@ Generated output uses a compact envelope; exact API response content is under `d
|
|
|
9289
9710
|
- `deleteGroupGallery` via `vrchat_delete` (DELETE /groups/{groupId}/galleries/{groupGalleryId}) - Write VRChat API: Delete Group Gallery.
|
|
9290
9711
|
- `deleteGroupGalleryImage` via `vrchat_delete` (DELETE /groups/{groupId}/galleries/{groupGalleryId}/images/{groupGalleryImageId}) - Write VRChat API: Delete Group Gallery Image.
|
|
9291
9712
|
- `deleteGroupInvite` via `vrchat_delete` (DELETE /groups/{groupId}/invites/{userId}) - Write VRChat API: Delete User Invite.
|
|
9292
|
-
- `deleteGroupPost` via `vrchat_delete` (DELETE /groups/{groupId}/posts/{notificationId}) - Write VRChat API: Delete a Group post.
|
|
9293
9713
|
- `deleteImpostor` via `vrchat_delete` (DELETE /avatars/{avatarId}/impostor) - Write VRChat API: Delete generated Impostor.
|
|
9294
9714
|
- `deleteModerationReport` via `vrchat_delete` (DELETE /moderationReports/{moderationReportId}) - Write VRChat API: Delete Moderation Report.
|
|
9295
9715
|
- `deleteNotificationV2` via `vrchat_delete` (DELETE /notifications/{notificationId}) - Write VRChat API: Delete NotificationV2.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basicbit/vrchat-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"mcpName": "io.github.BASIC-BIT/vrchat-mcp",
|
|
5
5
|
"description": "MCP server for VRChat friends, worlds, groups, events, notifications, and VRCX history.",
|
|
6
6
|
"type": "module",
|
|
@@ -88,7 +88,8 @@
|
|
|
88
88
|
"@apidevtools/json-schema-ref-parser": "^15.3.5",
|
|
89
89
|
"@eslint/js": "^10.0.1",
|
|
90
90
|
"@types/better-sqlite3": "^7.6.13",
|
|
91
|
-
"@types/
|
|
91
|
+
"@types/express": "^5.0.6",
|
|
92
|
+
"@types/node": "^26.1.1",
|
|
92
93
|
"@typescript-eslint/eslint-plugin": "^8.50.0",
|
|
93
94
|
"@typescript-eslint/parser": "^8.50.0",
|
|
94
95
|
"@vitest/coverage-v8": "^4.0.16",
|
|
@@ -107,7 +108,8 @@
|
|
|
107
108
|
},
|
|
108
109
|
"dependencies": {
|
|
109
110
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
110
|
-
"better-sqlite3": "^
|
|
111
|
+
"better-sqlite3": "^13.0.1",
|
|
112
|
+
"express": "^5.2.1",
|
|
111
113
|
"keytar": "^7.9.0",
|
|
112
114
|
"tough-cookie": "^6.0.0",
|
|
113
115
|
"undici": "^8.4.0",
|
package/server.json
CHANGED
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"source": "github",
|
|
9
9
|
"id": "1122295987"
|
|
10
10
|
},
|
|
11
|
-
"version": "0.1.
|
|
11
|
+
"version": "0.1.9",
|
|
12
12
|
"packages": [
|
|
13
13
|
{
|
|
14
14
|
"registryType": "npm",
|
|
15
15
|
"identifier": "@basicbit/vrchat-mcp",
|
|
16
|
-
"version": "0.1.
|
|
16
|
+
"version": "0.1.9",
|
|
17
17
|
"transport": {
|
|
18
18
|
"type": "stdio"
|
|
19
19
|
},
|