speclore 0.1.1 → 0.1.3

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 CHANGED
@@ -5062,7 +5062,7 @@ var init_server = __esm({
5062
5062
  description: STATUS_TOOL_DESC,
5063
5063
  inputSchema: statusInputSchema.shape
5064
5064
  },
5065
- async (args) => {
5065
+ (args) => {
5066
5066
  const result = executeStatusTool(
5067
5067
  { feature: args.feature },
5068
5068
  getProjectRoot()