@medicine-wheel/mcp 4.0.0
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.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +115 -0
- package/dist/index.js.map +1 -0
- package/dist/jsonl-store.d.ts +184 -0
- package/dist/jsonl-store.d.ts.map +1 -0
- package/dist/jsonl-store.js +393 -0
- package/dist/jsonl-store.js.map +1 -0
- package/dist/prompts/index.d.ts +3 -0
- package/dist/prompts/index.d.ts.map +1 -0
- package/dist/prompts/index.js +229 -0
- package/dist/prompts/index.js.map +1 -0
- package/dist/resources/index.d.ts +3 -0
- package/dist/resources/index.d.ts.map +1 -0
- package/dist/resources/index.js +252 -0
- package/dist/resources/index.js.map +1 -0
- package/dist/store.d.ts +15 -0
- package/dist/store.d.ts.map +1 -0
- package/dist/store.js +16 -0
- package/dist/store.js.map +1 -0
- package/dist/tools/ceremony-lifecycle.d.ts +10 -0
- package/dist/tools/ceremony-lifecycle.d.ts.map +1 -0
- package/dist/tools/ceremony-lifecycle.js +275 -0
- package/dist/tools/ceremony-lifecycle.js.map +1 -0
- package/dist/tools/coordination.d.ts +10 -0
- package/dist/tools/coordination.d.ts.map +1 -0
- package/dist/tools/coordination.js +136 -0
- package/dist/tools/coordination.js.map +1 -0
- package/dist/tools/discovery.d.ts +11 -0
- package/dist/tools/discovery.d.ts.map +1 -0
- package/dist/tools/discovery.js +552 -0
- package/dist/tools/discovery.js.map +1 -0
- package/dist/tools/east.d.ts +3 -0
- package/dist/tools/east.d.ts.map +1 -0
- package/dist/tools/east.js +271 -0
- package/dist/tools/east.js.map +1 -0
- package/dist/tools/epistemic.d.ts +10 -0
- package/dist/tools/epistemic.d.ts.map +1 -0
- package/dist/tools/epistemic.js +159 -0
- package/dist/tools/epistemic.js.map +1 -0
- package/dist/tools/governance-transformation.d.ts +10 -0
- package/dist/tools/governance-transformation.d.ts.map +1 -0
- package/dist/tools/governance-transformation.js +181 -0
- package/dist/tools/governance-transformation.js.map +1 -0
- package/dist/tools/integrations.d.ts +9 -0
- package/dist/tools/integrations.d.ts.map +1 -0
- package/dist/tools/integrations.js +643 -0
- package/dist/tools/integrations.js.map +1 -0
- package/dist/tools/north.d.ts +3 -0
- package/dist/tools/north.d.ts.map +1 -0
- package/dist/tools/north.js +436 -0
- package/dist/tools/north.js.map +1 -0
- package/dist/tools/reasoning-observability.d.ts +10 -0
- package/dist/tools/reasoning-observability.d.ts.map +1 -0
- package/dist/tools/reasoning-observability.js +90 -0
- package/dist/tools/reasoning-observability.js.map +1 -0
- package/dist/tools/south.d.ts +3 -0
- package/dist/tools/south.d.ts.map +1 -0
- package/dist/tools/south.js +295 -0
- package/dist/tools/south.js.map +1 -0
- package/dist/tools/structural-tension.d.ts +15 -0
- package/dist/tools/structural-tension.d.ts.map +1 -0
- package/dist/tools/structural-tension.js +695 -0
- package/dist/tools/structural-tension.js.map +1 -0
- package/dist/tools/west.d.ts +3 -0
- package/dist/tools/west.d.ts.map +1 -0
- package/dist/tools/west.js +313 -0
- package/dist/tools/west.js.map +1 -0
- package/dist/types.d.ts +28 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +9 -0
- package/dist/types.js.map +1 -0
- package/dist/validators/index.d.ts +3 -0
- package/dist/validators/index.d.ts.map +1 -0
- package/dist/validators/index.js +388 -0
- package/dist/validators/index.js.map +1 -0
- package/package.json +48 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,295 @@
|
|
|
1
|
+
export const southTools = [
|
|
2
|
+
{
|
|
3
|
+
name: "south_growth_practice",
|
|
4
|
+
description: "SOUTH Direction (Zhaawanong) - Summer, Growth, Youth (7-14 years: Fast Life). Cedar medicine for embodiment practices, land-based learning, and physical engagement with research.",
|
|
5
|
+
inputSchema: {
|
|
6
|
+
type: "object",
|
|
7
|
+
properties: {
|
|
8
|
+
research_phase: {
|
|
9
|
+
type: "string",
|
|
10
|
+
description: "Current research phase (data collection, field work, etc.)",
|
|
11
|
+
},
|
|
12
|
+
participants: {
|
|
13
|
+
type: "array",
|
|
14
|
+
items: { type: "string" },
|
|
15
|
+
description: "Who is participating in growth practices",
|
|
16
|
+
},
|
|
17
|
+
location: {
|
|
18
|
+
type: "string",
|
|
19
|
+
description: "Where the practices will take place (land, water, community space)",
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
required: ["research_phase"],
|
|
23
|
+
},
|
|
24
|
+
handler: async (args) => {
|
|
25
|
+
const { research_phase, participants = [], location = "land" } = args;
|
|
26
|
+
return {
|
|
27
|
+
direction: "SOUTH (Zhaawanong — Red — Summer — Cedar)",
|
|
28
|
+
stage: "7-14 Years: Fast Life (Growth & Embodiment)",
|
|
29
|
+
medicine: {
|
|
30
|
+
name: "Cedar (Grandmother)",
|
|
31
|
+
properties: "Free medicine, cleansing, protection; makes anew what journey doesn't need",
|
|
32
|
+
usage: "Smudging, tea, baths; purification and renewal",
|
|
33
|
+
},
|
|
34
|
+
teachings: {
|
|
35
|
+
core: "Life awake and dancing; spirit nurturance critical; growth through embodied experience",
|
|
36
|
+
mentorship: "Elders invite (don't command); mentorship heals",
|
|
37
|
+
intuition: "Listen to spirit's warnings; intuition never deceives",
|
|
38
|
+
},
|
|
39
|
+
growth_practices: [
|
|
40
|
+
{
|
|
41
|
+
name: "Land-Based Data Collection",
|
|
42
|
+
description: "Conduct research on the land; walk, observe, participate",
|
|
43
|
+
protocol: [
|
|
44
|
+
"Bring tobacco or offerings",
|
|
45
|
+
"Let land teach; observe patterns in nature",
|
|
46
|
+
"Document through stories, not just data points",
|
|
47
|
+
"Invite participants to share land knowledge",
|
|
48
|
+
],
|
|
49
|
+
benefits: "Honors embodied knowing; land as teacher; grounds research in place",
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
name: "Youth Mentorship Circles",
|
|
53
|
+
description: "Create spaces for youth-Elder knowledge exchange",
|
|
54
|
+
protocol: [
|
|
55
|
+
"Elders share stories; youth ask questions",
|
|
56
|
+
"No pressure; invitation-based participation",
|
|
57
|
+
"Hands-on activities (crafts, harvesting, ceremonies)",
|
|
58
|
+
"Honor youth as knowledge holders too",
|
|
59
|
+
],
|
|
60
|
+
benefits: "Intergenerational healing; cultural transmission; youth empowerment",
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
name: "Sweat Lodge Ceremony",
|
|
64
|
+
description: "Purification and renewal through sacred ceremony",
|
|
65
|
+
protocol: [
|
|
66
|
+
"Requires Elder guidance and proper training",
|
|
67
|
+
"Preparation with cedar and sage",
|
|
68
|
+
"Four rounds honoring four directions",
|
|
69
|
+
"Post-ceremony sharing and integration",
|
|
70
|
+
],
|
|
71
|
+
benefits: "Physical, emotional, spiritual cleansing; community bonding",
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
name: "Berry Harvesting & Seasonal Activities",
|
|
75
|
+
description: "Participate in traditional seasonal practices",
|
|
76
|
+
protocol: [
|
|
77
|
+
"Learn from Elders when and how to harvest",
|
|
78
|
+
"Give thanks and offerings to land",
|
|
79
|
+
"Share harvest with community (reciprocity)",
|
|
80
|
+
"Document seasonal ecological knowledge",
|
|
81
|
+
],
|
|
82
|
+
benefits: "Embodied learning; seasonal awareness; community care",
|
|
83
|
+
},
|
|
84
|
+
],
|
|
85
|
+
research_applications: {
|
|
86
|
+
field_methods: "Use embodied practices to collect data; participate, don't just observe",
|
|
87
|
+
youth_engagement: "Create safe spaces for youth voices; honor their lived experience",
|
|
88
|
+
physical_documentation: "Photos, videos, artifacts with full consent and community control",
|
|
89
|
+
movement_based: "Walking interviews, land-based conversations, ceremony participation",
|
|
90
|
+
},
|
|
91
|
+
accountability: {
|
|
92
|
+
question: "Are we honoring the physical, embodied dimensions of knowledge?",
|
|
93
|
+
checks: [
|
|
94
|
+
"Spending time on land (not just in offices/labs)",
|
|
95
|
+
"Youth have agency in research design",
|
|
96
|
+
"Cedar or other medicines used appropriately",
|
|
97
|
+
"Physical artifacts handled with respect",
|
|
98
|
+
"Community benefits from embodied practices",
|
|
99
|
+
],
|
|
100
|
+
},
|
|
101
|
+
next_phase: "West (Fall) will bring reflection on what has been gathered",
|
|
102
|
+
participants,
|
|
103
|
+
location,
|
|
104
|
+
research_phase,
|
|
105
|
+
};
|
|
106
|
+
},
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
name: "south_youth_mentorship_protocol",
|
|
110
|
+
description: "Protocols for engaging youth in research with Elder mentorship. Honors developmental stage, spirit nurturance, and invitation-based participation.",
|
|
111
|
+
inputSchema: {
|
|
112
|
+
type: "object",
|
|
113
|
+
properties: {
|
|
114
|
+
youth_age_range: {
|
|
115
|
+
type: "string",
|
|
116
|
+
description: "Age range of youth participants (e.g., 12-17)",
|
|
117
|
+
},
|
|
118
|
+
research_topic: {
|
|
119
|
+
type: "string",
|
|
120
|
+
description: "Research topic involving youth",
|
|
121
|
+
},
|
|
122
|
+
elder_availability: {
|
|
123
|
+
type: "boolean",
|
|
124
|
+
description: "Whether Elders are available for co-facilitation",
|
|
125
|
+
},
|
|
126
|
+
},
|
|
127
|
+
required: ["youth_age_range", "research_topic"],
|
|
128
|
+
},
|
|
129
|
+
handler: async (args) => {
|
|
130
|
+
const { youth_age_range, research_topic, elder_availability = false } = args;
|
|
131
|
+
return {
|
|
132
|
+
direction: "SOUTH - Youth Mentorship",
|
|
133
|
+
youth_age_range,
|
|
134
|
+
research_topic,
|
|
135
|
+
protocol: {
|
|
136
|
+
invitation_approach: {
|
|
137
|
+
principle: "Elders invite, don't command; youth choose to participate",
|
|
138
|
+
methods: [
|
|
139
|
+
"Personal invitation from trusted Elder or mentor",
|
|
140
|
+
"Explain benefits clearly; no coercion",
|
|
141
|
+
"Allow youth to bring friends (peer support)",
|
|
142
|
+
"Create safe, welcoming environment",
|
|
143
|
+
],
|
|
144
|
+
},
|
|
145
|
+
elder_role: elder_availability
|
|
146
|
+
? [
|
|
147
|
+
"Co-facilitator with researcher",
|
|
148
|
+
"Cultural knowledge holder",
|
|
149
|
+
"Safe space creator",
|
|
150
|
+
"Story sharer and wisdom guide",
|
|
151
|
+
]
|
|
152
|
+
: [
|
|
153
|
+
"CRITICAL GAP: Elder involvement required for authentic youth engagement",
|
|
154
|
+
"Seek Elder co-facilitator before proceeding",
|
|
155
|
+
],
|
|
156
|
+
youth_agency: [
|
|
157
|
+
"Youth guide research questions (participatory design)",
|
|
158
|
+
"Their stories are valid; don't correct or dismiss",
|
|
159
|
+
"Allow silence; don't pressure sharing",
|
|
160
|
+
"Honor diverse communication styles (art, music, digital)",
|
|
161
|
+
],
|
|
162
|
+
consent: [
|
|
163
|
+
"Youth assent + parent/guardian consent (dual consent)",
|
|
164
|
+
"Ongoing consent; can withdraw anytime",
|
|
165
|
+
"Explain data use in youth-friendly language",
|
|
166
|
+
"Community controls data (OCAP®); youth know this",
|
|
167
|
+
],
|
|
168
|
+
activities: [
|
|
169
|
+
"Storytelling circles (oral tradition)",
|
|
170
|
+
"Digital storytelling (video, audio, social media)",
|
|
171
|
+
"Arts-based methods (drawing, music, performance)",
|
|
172
|
+
"Land-based activities (walking, harvesting)",
|
|
173
|
+
"Games and play (joy as pedagogy)",
|
|
174
|
+
],
|
|
175
|
+
},
|
|
176
|
+
spirit_nurturance: {
|
|
177
|
+
teaching: "Youth spirits are vulnerable; protect and nurture",
|
|
178
|
+
practices: [
|
|
179
|
+
"Begin/end sessions with smudging (with permission)",
|
|
180
|
+
"Provide food (care for physical needs)",
|
|
181
|
+
"Create beauty (art, music, decoration)",
|
|
182
|
+
"Celebrate youth; affirm their gifts",
|
|
183
|
+
],
|
|
184
|
+
},
|
|
185
|
+
warnings: {
|
|
186
|
+
extractive_approach: "Avoid treating youth as data sources; they are knowledge holders",
|
|
187
|
+
academic_language: "Use accessible language; avoid jargon",
|
|
188
|
+
adult_centered: "Center youth voices, not researcher agenda",
|
|
189
|
+
tokenism: "Ensure meaningful participation, not just representation",
|
|
190
|
+
},
|
|
191
|
+
elder_availability_status: elder_availability
|
|
192
|
+
? "✓ Elder co-facilitation available"
|
|
193
|
+
: "⚠️ CRITICAL: Elder co-facilitation required before proceeding",
|
|
194
|
+
};
|
|
195
|
+
},
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
name: "south_embodied_data_collection",
|
|
199
|
+
description: "Methods for data collection that honor embodiment: walking interviews, land-based observation, participatory practices.",
|
|
200
|
+
inputSchema: {
|
|
201
|
+
type: "object",
|
|
202
|
+
properties: {
|
|
203
|
+
method_type: {
|
|
204
|
+
type: "string",
|
|
205
|
+
enum: ["walking_interview", "land_observation", "ceremony_participation", "seasonal_activity"],
|
|
206
|
+
description: "Type of embodied method",
|
|
207
|
+
},
|
|
208
|
+
duration: {
|
|
209
|
+
type: "string",
|
|
210
|
+
description: "Expected duration (e.g., '2 hours', 'full day')",
|
|
211
|
+
},
|
|
212
|
+
},
|
|
213
|
+
required: ["method_type"],
|
|
214
|
+
},
|
|
215
|
+
handler: async (args) => {
|
|
216
|
+
const { method_type, duration = "flexible" } = args;
|
|
217
|
+
const methods = {
|
|
218
|
+
walking_interview: {
|
|
219
|
+
name: "Walking Interview",
|
|
220
|
+
description: "Conversation while walking on land; movement opens different knowledge",
|
|
221
|
+
protocol: [
|
|
222
|
+
"Invite participant to choose route (their place of comfort)",
|
|
223
|
+
"Bring offerings (tobacco, food)",
|
|
224
|
+
"Let land guide conversation; silence is okay",
|
|
225
|
+
"Record with permission; or rely on memory/notes",
|
|
226
|
+
"Notice what land reveals during walk",
|
|
227
|
+
],
|
|
228
|
+
benefits: "Embodied knowing; land as co-teacher; less formal than sitting interview",
|
|
229
|
+
cedar_teaching: "Movement cleanses; makes anew what journey doesn't need",
|
|
230
|
+
},
|
|
231
|
+
land_observation: {
|
|
232
|
+
name: "Land-Based Observation",
|
|
233
|
+
description: "Sit with land; observe seasonal patterns, ecological relationships",
|
|
234
|
+
protocol: [
|
|
235
|
+
"Identify observation site with community guidance",
|
|
236
|
+
"Regular visits across seasons (honor cycles)",
|
|
237
|
+
"Bring tobacco; offer gratitude",
|
|
238
|
+
"Document respectfully (photos, sketches, notes)",
|
|
239
|
+
"Integrate Indigenous ecological knowledge from Elders",
|
|
240
|
+
],
|
|
241
|
+
benefits: "Grounds research in place; honors land as knowledge source",
|
|
242
|
+
two_eyed_seeing: "Western ecological methods + Indigenous land teachings",
|
|
243
|
+
},
|
|
244
|
+
ceremony_participation: {
|
|
245
|
+
name: "Ceremony Participation",
|
|
246
|
+
description: "Participate in community ceremonies (with permission and guidance)",
|
|
247
|
+
protocol: [
|
|
248
|
+
"Invitation required; never intrude",
|
|
249
|
+
"Follow all protocols (dress, offerings, behavior)",
|
|
250
|
+
"No recording unless explicitly permitted",
|
|
251
|
+
"Participate fully; don't just observe",
|
|
252
|
+
"Honor confidentiality; sacred knowledge stays within ceremony",
|
|
253
|
+
],
|
|
254
|
+
benefits: "Deepest relational knowing; trust building; direct experience of worldview",
|
|
255
|
+
accountability: "Your presence is not extraction; it is relationship",
|
|
256
|
+
},
|
|
257
|
+
seasonal_activity: {
|
|
258
|
+
name: "Seasonal Activity Participation",
|
|
259
|
+
description: "Join seasonal practices: harvesting, hunting, fishing, ceremonies",
|
|
260
|
+
protocol: [
|
|
261
|
+
"Learn proper protocols from Elders",
|
|
262
|
+
"Contribute labor; don't just watch",
|
|
263
|
+
"Share in harvest (reciprocity)",
|
|
264
|
+
"Document with permission; honor what must stay private",
|
|
265
|
+
],
|
|
266
|
+
benefits: "Embodied cultural learning; seasonal awareness; community membership",
|
|
267
|
+
long_term: "Relationships built across multiple seasons deepen trust and knowledge",
|
|
268
|
+
},
|
|
269
|
+
};
|
|
270
|
+
return {
|
|
271
|
+
direction: "SOUTH - Embodied Data Collection",
|
|
272
|
+
method: methods[method_type],
|
|
273
|
+
duration,
|
|
274
|
+
general_principles: {
|
|
275
|
+
embodiment: "Knowledge lives in body, land, and spirit—not just mind",
|
|
276
|
+
participation: "Participate, don't just extract; be in relationship",
|
|
277
|
+
movement: "Walking, dancing, working with hands opens different ways of knowing",
|
|
278
|
+
seasons: "Honor natural cycles; some knowledge only available in certain seasons",
|
|
279
|
+
},
|
|
280
|
+
cedar_integration: {
|
|
281
|
+
before: "Smudge with cedar to prepare; cleanse and open to learning",
|
|
282
|
+
during: "Carry cedar; protection and renewal",
|
|
283
|
+
after: "Smudge to release what journey doesn't need; integrate learning",
|
|
284
|
+
},
|
|
285
|
+
accountability_questions: [
|
|
286
|
+
"Am I honoring embodied knowing, or just extracting verbal data?",
|
|
287
|
+
"Is land present in this research, or just backdrop?",
|
|
288
|
+
"Are participants co-creators, or just sources?",
|
|
289
|
+
"Am I physically present, or distant?",
|
|
290
|
+
],
|
|
291
|
+
};
|
|
292
|
+
},
|
|
293
|
+
},
|
|
294
|
+
];
|
|
295
|
+
//# sourceMappingURL=south.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"south.js","sourceRoot":"","sources":["../../src/tools/south.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Structural Tension Chart Tools for Medicine Wheel
|
|
3
|
+
*
|
|
4
|
+
* Implements Robert Fritz's structural tension methodology with Four Directions integration.
|
|
5
|
+
* Adapted to use in-memory store instead of Redis.
|
|
6
|
+
*
|
|
7
|
+
* Direction mapping:
|
|
8
|
+
* - EAST: Vision/Desired Outcome (where we want to be)
|
|
9
|
+
* - SOUTH: Growth/Action Steps (embodied practice)
|
|
10
|
+
* - WEST: Reflection/Current Reality assessment (honest truth)
|
|
11
|
+
* - NORTH: Wisdom/Completion (integration)
|
|
12
|
+
*/
|
|
13
|
+
import type { Tool } from "../types.js";
|
|
14
|
+
export declare const structuralTensionTools: Tool[];
|
|
15
|
+
//# sourceMappingURL=structural-tension.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"structural-tension.d.ts","sourceRoot":"","sources":["../../src/tools/structural-tension.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAgBxC,eAAO,MAAM,sBAAsB,EAAE,IAAI,EAusBxC,CAAC"}
|